Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-08 | For debugging purposes... | Yang Tse | |
Disable the '-export-symbols-regex' to discard this as the origin of link failures related with shared libraries and non-GNU linkers. | |||
2009-06-08 | Adjusted libtool version parsing due to libtool --version now also | Yang Tse | |
reporting package version in parentheses which confused this script. Remove debug tracing used to debug this. | |||
2009-06-07 | Bill Hoffman (6 June 2009) | Daniel Stenberg | |
- Added some cmake docs and fixed socklen_t in the build. | |||
2009-06-07 | - Eric Wong fixed --no-buffer to actually switch off output buffering. Been | Daniel Stenberg | |
broken since 7.19.0 | |||
2009-06-07 | debug test a non-greedy pattern | Yang Tse | |
2009-06-06 | Add some debug tracing | Yang Tse | |
2009-06-06 | remove the ofending regexp | Yang Tse | |
2009-06-06 | remove line not intended to be committed | Yang Tse | |
2009-06-06 | attempt to fix regex | Yang Tse | |
2009-06-06 | Adjusted libtool version parsing due to libtool --version now also | Yang Tse | |
reporting package name in parentheses which confused this script. | |||
2009-06-06 | Revert delegating c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script. | |||
2009-06-06 | c-ares Makefile.am back to using $(top_builddir) for *_LDADD | Yang Tse | |
2009-06-06 | ENH: add some cmake docs and fix build with socklen_t | Bill Hoffman | |
2009-06-05 | mention last changes | Yang Tse | |
2009-06-05 | docs/example patches for VMS | Yang Tse | |
2009-06-05 | Depending on the libtool and automake versions being used config.guess gets | Yang Tse | |
installed in the subdirectory at different stages. With some versions it is installed when libtoolize finishes, but with others it is not installed until automake has finished. So we can not attempt to use config.guess until the very last buildconf stage. | |||
2009-06-05 | mention last changes | Yang Tse | |
2009-06-05 | introduction of os-specific.c and os-specific.h | Yang Tse | |
2009-06-05 | c-ares' -no-undefined and --enable-curldebug adjustments | Yang Tse | |
2009-06-05 | remove conflict markers | Daniel Stenberg | |
2009-06-05 | - Setting the Content-Length: header from your app when you do a POST or PUT | Daniel Stenberg | |
is almost always a VERY BAD IDEA. Yet there are still apps out there doing this, and now recently it triggered a bug/side-effect in libcurl as when libcurl sends a POST or PUT with NTLM, it sends an empty post first when it knows it will just get a 401/407 back. If the app then replaced the Content-Length header, it caused the server to wait for input that libcurl wouldn't send. Aaron Oneal reported this problem in bug report #2799008 http://curl.haxx.se/bug/view.cgi?id=2799008) and helped us verify the fix. | |||
2009-06-04 | fix shadowing of a global declaration | Yang Tse | |
2009-06-04 | allow building libcurl for VxWorks | Yang Tse | |
2009-06-04 | c-ares embbeded builds header include paths fully defined in makefiles | Yang Tse | |
2009-06-03 | Remove more generated files. | Yang Tse | |
Yet unknown error might leave libtool-like files in source directory. | |||
2009-06-03 | Remove more generated files | Yang Tse | |
2009-06-03 | Remove all generated 'Makefile' files. | Yang Tse | |
This can be done now that no file with such name exists in CVS tree. | |||
2009-06-03 | Remove more generated files | Yang Tse | |
2009-06-03 | Die when instructed to build c-ares and this fails | Yang Tse | |
2009-06-02 | Created a basic Android make file for curl and libcurl. A config.h | Dan Fandrich | |
is also needed before curl can be built in Android, but it's not clear what the best way is to provide one. | |||
2009-06-02 | Use relative path to built c-ares tree libtool library | Yang Tse | |
2009-06-01 | Temporarily disable config.guess related checks | Yang Tse | |
2009-06-01 | - Claes Jakobsson fixed the configure script to better find and use NSS | Daniel Stenberg | |
without pkg-config. | |||
2009-06-01 | credit John E. Malmberg | Yang Tse | |
2009-06-01 | John E. Malmberg noticed that the configure script was failing to detect the | Yang Tse | |
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due to definition taking place in socket.h instead of time.h | |||
2009-06-01 | John E. Malmberg's VMS specific clean-up for curl.h | Yang Tse | |
2009-06-01 | HP-UX requires libtool version 1.5.24 or newer | Yang Tse | |
2009-05-30 | Delegate c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. | |||
2009-05-30 | Added missing NTLM feature for test 1097 | Dan Fandrich | |
2009-05-30 | Allow compiling under Android | Dan Fandrich | |
2009-05-29 | Fix compiler warning: out of bound access | Yang Tse | |
2009-05-29 | corrected comments | Daniel Stenberg | |
2009-05-28 | Fixed a few comment typos (from the FreeBSD ports) | Dan Fandrich | |
2009-05-28 | fix compilation on AIX | Yang Tse | |
2009-05-28 | fix compiler warning: variable was set but never used | Yang Tse | |
2009-05-28 | fix compiler warning: unused parameter | Yang Tse | |
2009-05-28 | c-ares' --enable-curldebug adjustments | Yang Tse | |
2009-05-28 | Remove temporarily introduced memory leak. | Yang Tse | |
2009-05-27 | - Claes Jakobsson fixed libcurl-NSS to build fine even without the | Daniel Stenberg | |
PK11_CreateGenericObject() function. | |||
2009-05-27 | - Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clear | Daniel Stenberg | |
the auth credentials back in 7.19.0 and earlier while now you have to set "" to get the same effect. His patch brings back the ability to use NULL. |