Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-06-02 | add missing new files to non-configure target build files | Yang Tse | |
2010-05-12 | Added Polar SSL and RTMP files to the non-autoconf build files | Dan Fandrich | |
I didn't bother with a few that have little hope of running the required dependent libraries. | |||
2010-05-12 | Added the new ftp source files to the non-autoconf build files | Dan Fandrich | |
2010-04-20 | hmac.c related compilation adjustment | Yang Tse | |
2010-04-19 | Implement SMTP authentication | monnerat | |
2010-04-16 | OS400 version V5R2M0 not supported anymore by IBM: default target release ↵ | unknown | |
changed to V5R3M0. | |||
2010-03-25 | remove all .cvsignore files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-03-23 | Updated Symbian notes | Dan Fandrich | |
2010-03-20 | provide an initial set of .gitignore files | Daniel Stenberg | |
2010-03-11 | SSL should now be working out-of-the-box on Symbian S60. | Dan Fandrich | |
2010-03-11 | Enable Symbian zlib support by default. | Dan Fandrich | |
2010-03-10 | A few Symbian build changes | Dan Fandrich | |
2010-03-05 | Added SIZEOF_INT and SIZEOF_SHORT definitions for VMS configuration file | Yang Tse | |
2010-02-19 | fix compiler warning | Yang Tse | |
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-02-11 | _ Make it compilable again on OS400. | Patrick Monnerat | |
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state. | |||
2010-02-11 | Steven M. Schweda updated VMS readme file | Yang Tse | |
2010-02-11 | Steven M. Schweda removed batch_compile.com and defines.com | Yang Tse | |
2010-02-11 | Steven M. Schweda fixed: | Yang Tse | |
VMS builder bad behavior when used in a batch job. Various ".LIS" and ".MAP" files created without being requested by a "LIST" command-line option, and in the wrong place, too. Some minor typographical changes. | |||
2010-01-28 | Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS. | Yang Tse | |
http://curl.haxx.se/mail/lib-2009-12/0293.html |