Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | |
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h | |||
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse | |
76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. | |||
2012-12-26 | curl tool: renaming hugehelp files to tool_hugehelp | Yang Tse | |
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 | |