Age | Commit message (Expand) | Author |
2020-09-21 | payloads: Drop unneeded empty lines | Elyes HAOUAS |
2020-05-28 | payloads/libpayload/libc: Avoid NULL pointer dereference | Harshit Sharma |
2020-05-28 | payloads/libpayload/libc: Do cosmetic fixes | Harshit Sharma |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-02-17 | payloads: Fix typos | Elyes HAOUAS |
2019-07-23 | libpayload/libc: Use size_t for lengths and indices | Jacob Garber |
2019-07-23 | libpayload/libc: Tidy utf16le_to_ascii | Jacob Garber |
2019-07-23 | libpayload/libc: Correct strlcat return value | Jacob Garber |
2019-04-10 | libpayload: Deduplicate strtol and strtoull | Julius Werner |
2019-03-26 | libpayload: strtoull: Fix edge case bug with *endptr | Julius Werner |
2016-09-08 | libpayload: Fix strtok_r | Jeremy Compostella |
2015-03-20 | libpayload: UTF-16LE to ASCII conversion | Dan Ehrenberg |
2013-06-28 | libpayload: Add strerror | Stefan Tauner |
2013-06-27 | libpayload: Fix whitespace errors | Stefan Tauner |
2011-08-17 | libpayload: Some more compatibility (for flashrom) | Patrick Georgi |
2011-07-07 | libpayload: Provide atol(), malloc.h | Patrick Georgi |
2011-03-22 | libpayload: Fix documentation | Patrick Georgi |
2011-03-17 | libpayload: fix string-to-numeric functions for base > 10 | Patrick Georgi |
2010-09-08 | Changes to str*cmp functions. Fixes a couple more corner cases. | Liu Tao |
2010-08-16 | Fix strcmp and strncmp. They failed in several important scenarios | Patrick Georgi |
2010-06-24 | Attached patch moves functions out of the huge libpayload.h into headers | Patrick Georgi |
2010-03-25 | libpayload update | Stefan Reinauer |
2009-08-05 | fix buggy comment in libpayload's strncat function | Stefan Reinauer |
2009-03-06 | fix strstr. Seems the function never worked before, except the searched | Stefan Reinauer |
2009-01-26 | fix a potential null pointer reference in strdup (as found by Patrick Georgi) | Stefan Reinauer |
2008-10-20 | [PATCH] libpayload: Add a strtoul() function | Jordan Crouse |
2008-09-26 | * Add strsep (since strtok is considered obsolete) | Stefan Reinauer |
2008-08-26 | fix string function prototypes in libpayload according to sysv/4.3bsd. | Stefan Reinauer |
2008-04-25 | libpayload: Add the null terminator to the end of the duplicated string | Jordan Crouse |
2008-03-21 | Cosmetics, fix typos (trivial). | Uwe Hermann |
2008-03-21 | Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial). | Uwe Hermann |
2008-03-20 | Cosmetics, coding style fixes (trivial). | Uwe Hermann |
2008-03-20 | Make the list of functions in libpayload.h more complete (trivial). | Uwe Hermann |
2008-03-20 | libpayload: Add -Os to the CFLAGS | Jordan Crouse |
2008-03-19 | libpayload: The initial chunk of code writen by AMD | Jordan Crouse |