Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse | |
93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree. | |||
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 | |
2012-12-10 | build: add bundles and conncache files to other build systems | Yang Tse | |
2012-11-12 | OS400: upgrade wrappers for the 7.28.1 release. | Patrick Monnerat | |
2012-09-03 | Updated Symbian build files | Dan Fandrich | |
This is untested, but at least Symbian still has a chance of still working now. | |||
2012-07-29 | Added new file to distro. | Guenter Knauf | |
2012-07-12 | Removed trailing empty strings from awk script. | Guenter Knauf | |
2012-07-11 | Cleaned up version awk script. | Guenter Knauf | |
2012-07-11 | Added project copyright header. | Guenter Knauf | |
2012-07-11 | Changed NetWare build to generate export list. | Guenter Knauf | |
2012-06-27 | build: add curl_schannel and curl_darwinssl files to other build systems | Yang Tse | |
2012-06-15 | build: add curl_multibyte files to build systems | Yang Tse | |
2012-06-07 | metalink: build fixes and adjustments I | Yang Tse | |
2012-06-04 | sasl: add reference for curl_sasl | Yang Tse | |
2012-04-27 | add newly created manual page | Jan Schaumann | |
2012-04-12 | OS400/initscript.sh: fix db2_name() module name generation | Yang Tse | |
Allow repeatable file name length reduction on file names with underscore or dash characters. This is done in order to better support libcurl's existing source file names and allow OS/400 package to build out of the box again. | |||
2012-03-18 | build: remove tool_cb_skt.[ch] references | Yang Tse | |
2011-10-26 | - Prepare the ILE/RPG binding and OS400 documentation for the upcoming release | Patrick Monnerat | |
2011-10-06 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-10-05 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-10-05 | curl tool: code moved to tool_*.[ch] files | Yang Tse | |
2011-10-03 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-09-24 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-09-22 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues. | |||
2011-09-21 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues. | |||
2011-09-20 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
Overhauled FindWin32CACert() | |||
2011-09-19 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-09-18 | curl tool: create tool_myfunc.[ch] which later on will hold my_* functions | Yang Tse | |
Additionally function my_useragent() now provides default User-Agent string | |||
2011-09-16 | curl tool: add new files to Symbian's .mmp project file | Yang Tse | |
2011-08-28 | NTLM: END of refactoring/splitting/moving | Yang Tse | |
First: File curl_ntlm.h renamed curl_ntlm_msgs.h File curl_ntlm.c renamed curl_ntlm_msgs.c Afterwards: File http_ntlm.c renamed curl_ntlm.c File http_ntlm.h renamed curl_ntlm.h | |||
2011-08-28 | NTLM: move NTLM core specifics into curl_ntlm_core.[ch] | Yang Tse | |
2011-08-27 | NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch] | Yang Tse | |
2011-08-14 | http NTLM: add curl_ntlm.c to Symbian's libcurl.mmp | Yang Tse | |
2011-07-14 | Fix OS400 scripts to make it compilable again. | Patrick Monnerat | |
Upgrade ILE/RPG binding to 7.21.7. Update OS400 documentation accordingly. | |||
2011-04-25 | Added new resolver sources to Symbian and VC6 build files | Dan Fandrich | |
2011-04-18 | OS400 pragma comment: replace (date) by (user, __DATE__) to include year. | Patrick Monnerat | |
2011-04-18 | Augment RPG binding with "OLDIES" definitions. | Patrick Monnerat | |
Fix OS400 LDAP wrappers: strings were non null-terminated. | |||
2011-04-04 | Added http_proxy.c to the Symbian build files | Dan Fandrich | |
2011-03-14 | - Take new char * options into account in OS400 curl_easy_setopt_ccsid(). | Patrick Monnerat | |
- Keep RPG binding, STRING_* table end check and OS400 README up to date. | |||
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2011-01-31 | Include TLSAUTH options in ILE/RPG binding. | Patrick Monnerat | |
2010-12-21 | New curl/curl.h definitions added to ILE/RPG binding. | Patrick Monnerat | |
2010-12-03 | build: move config-vms.h from subdir 'packages/vms' into 'lib' | Yang Tse | |
2010-11-07 | Added os-specific.c and xattr.c to the Symbian build files | Dan Fandrich | |
2010-09-29 | Add gopher protocol definition to ILE/RPG binding. | Patrick Monnerat | |
OS400 compile script in test dir updated for chkhostname. | |||
2010-09-27 | Changed the TPF make file to get source files from Makefile.inc | Dan Fandrich | |
Patch was fixed and validated by David McCreedy. | |||
2010-08-25 | Added new source files to Symbian and TPF makefiles | Dan Fandrich | |
2010-08-03 | build: add missing new files to non-configure target build files | Yang Tse | |
2010-06-09 | ILE/RPG binding updated to current curl.h definitions. | Patrick Monnerat | |