Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-14 | curl tool: re-enable MemoryTracking capability on 'src' subdirectory files. | Yang Tse | |
Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources. | |||
2011-08-21 | zlib: ensure user provided memory functions are used by zlib, when given | Yang Tse | |
As a bonus, this lets our MemoryTracking subsystem track zlib operations. And also fixes a shortcut some zlib 1.2.x versions took using malloc() instead of calloc(), which would trigger memory debuggers warnings on memory being used without having been initialized. | |||
2011-08-18 | zlib: enforce full initialization of our data space z_stream structs | Yang Tse | |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | |
2011-04-21 | Fix spelling errors in src/ | Fabian Keil | |
Found with codespell. | |||
2011-03-22 | headers: more copyright headers added | Daniel Stenberg | |
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2008-04-21 | Allocate the decompression buffer for the --manual option on the heap | Dan Fandrich | |
instead of the stack. | |||
2006-10-09 | kill trailing whitespace | Daniel Stenberg | |
2005-12-05 | Another Yang Tse warning cleanup raid! | Daniel Stenberg | |
2004-04-26 | Include "setup.h" and not "config.h" since setup.h is made to include | Daniel Stenberg | |
the correct config.h for the platform, and when this is done the USE_MANUAL define is properly known. | |||
2004-04-25 | make the generated hugehelp.c file use the USE_MANUAL define so that it | Daniel Stenberg | |
will be properly built with configure --disable-manual even if the source file is already present | |||
2004-01-29 | nonsence change to make -Wunreachable-code get happy | Daniel Stenberg | |
2004-01-29 | use hugehelp.h to silence picky compiler warnings | Daniel Stenberg | |
2004-01-22 | Gisle Vanem fixed the compressed help text zlib code | Daniel Stenberg | |
2004-01-05 | Dan Fandrich's zlib fix | Daniel Stenberg | |
2003-07-28 | Fixes based on Gisle Vanem's input since this script failed due to | Daniel Stenberg | |
possibly crlf newlines. | |||
2003-06-26 | adjusted the compressed generation to be more helpful in comments etc | Daniel Stenberg | |
2003-06-12 | remove the dumpit file after use | Daniel Stenberg | |
2003-06-12 | Based on Dan Fandrich's patch and gzip unpack function, we now compress | Daniel Stenberg | |
the 'hugehelp' text if libz and gzip are available at build time. | |||
2003-05-21 | Gisle Vanem's fix to make the 'curl -M' output nicer | Daniel Stenberg | |
2001-03-09 | only generate maximum 509 characters in each string | Daniel Stenberg | |
2000-05-23 | now splits the text into several puts() calls | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |