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 | |||
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-11-12 | OS400: upgrade wrappers for the 7.28.1 release. | Patrick Monnerat | |
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. | |||
2011-10-26 | - Prepare the ILE/RPG binding and OS400 documentation for the upcoming release | Patrick Monnerat | |
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-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-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-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-09-29 | Add gopher protocol definition to ILE/RPG binding. | Patrick Monnerat | |
OS400 compile script in test dir updated for chkhostname. | |||
2010-06-09 | ILE/RPG binding updated to current curl.h definitions. | Patrick Monnerat | |
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-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-16 | replaced tabs with spaces | 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. | |||
2009-12-21 | Take new SMTP definitions into account in OS400 wrapper and RPG binding | Patrick Monnerat | |
2009-10-23 | OS400 install: Duplicate H include file to file CURL to support more include ↵ | Patrick Monnerat | |
path forms. | |||
2009-08-31 | OS400: adjust inclusion paths in include files to avoid "include file not ↵ | Patrick Monnerat | |
found" in DB2 mode. | |||
2009-08-11 | Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINT | Patrick Monnerat | |
Fix OS400 makefile for tests to use the new Makefile.inc in libtest Update the OS400 wrappers and RPG binding according to the current CVS source state | |||
2009-06-10 | Adjusted to take in account that... | Yang Tse | |
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug) | |||
2009-05-18 | Added seek callback definitions in RPG wrappers | Patrick Monnerat | |
Made OS400 version compilable again | |||
2009-05-06 | curl_sockaddr struct member addrlen is an 'unsigned int' since 7.18.0 | Yang Tse | |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | |
2009-03-03 | Options CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS, and associated ↵ | Patrick Monnerat | |
definitions added to RPG binding | |||
2009-02-17 | Continue sync work on OS400 specific code and RPG binding. | Patrick Monnerat | |
2009-02-16 | Preparation of imminent release: synchronizing OS400 wrappers + RPG binding ↵ | Patrick Monnerat | |
to current state. | |||
2008-12-11 | _ Use getaddrinfo/getnameinfo ascii wrappers on OS400. | Patrick Monnerat | |
_ Adjust OS400 make script for non-CVS distributions. _ Upgrade ILE/RPG binding. _ Define CURL_HIDDEN_SYMBOLS on OS400, since only CURL_EXTERN-marked symbols are exported. | |||
2008-10-17 | Introduce new options CURLOPT_PROXY{USERNAME, PASSWORD} in OS400 code and ↵ | Patrick Monnerat | |
RPG binding. | |||
2008-10-10 | _ Adapt OS400 EBCDIC wrappers to new options. | Patrick Monnerat | |
_ Update RPG binding accordingly. _ Fix new options comments. | |||
2008-09-30 | Include latest parameter definitions in ILE/RPG bindings | Patrick Monnerat | |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse | |
2008-09-13 | fix compiler warning: external declaration in primary source file | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse | |
2008-08-25 | Adapting OS400 build scripts to new features: new curlbuild.h file and ↵ | Patrick Monnerat | |
soname in VERSION --> VERSIONINFO | |||
2008-07-31 | New CURLOPT_ADDRESS_SCOPE option in ILE/RPG binding | Patrick Monnerat | |
2008-07-18 | README.OS400 update for new string options. | Patrick Monnerat | |
2008-07-18 | README.OS400 update for new string options. | Patrick Monnerat | |
2008-07-07 | New options added to OS400 wrapper and ILERPG definitions. | Patrick Monnerat | |
Wrong defines (typos) for QSSL layer fixed. | |||
2008-05-20 | Adapting last changes to OS400: | Patrick Monnerat | |
_ Updated packages/OS400/curl.inc.in with new definitions. _ New connect/bind/sendto/recvfrom wrappers to support AF_UNIX sockets. _ Include files line length shortened below 100 chars. _ Const parameter in lib/qssl.[ch]. _ Typos in packages/OS400/initscript.sh. | |||
2008-04-07 | Adapt OS400 SSL (qssl.h) to V5R4 | Patrick Monnerat | |
Fix qssl.c wrong error message Upgrade OS400 wrappers and makefiles to 7.18.1 | |||
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | |
$capath is known to configure, so it can be defined in config.h instead. | |||
2008-01-16 | OS/400 update: | Patrick Monnerat | |
New declarations in curl.h reported to curl.inc.in. Copyrights extended to 2008. SONAME handling introduced in build scripts. | |||
2008-01-07 | ILE RPG support update (from include/curl/curl.h) | Patrick Monnerat | |
2007-12-10 | Define new options in OS400 RPG interface | Patrick Monnerat | |
Port OS400 compilation scripts to >= V5R2M0 |