Age | Commit message (Expand) | Author |
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf |
2011-09-21 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-20 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf |
2011-09-20 | Added _WIN32_WINNT define for IPv6 builds. | Guenter Knauf |
2011-09-19 | curl tool: truly fix compiler warning | Yang Tse |
2011-09-19 | curl tool: fix compiler warning | Yang Tse |
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 |
2011-09-18 | curl tool: reorder free_config_fields() field handling | Yang Tse |
2011-09-17 | Fixed MinGW WinIDN lib dependency. | Guenter Knauf |
2011-09-17 | tool_convert.c: fix no newline at end of file | Yang Tse |
2011-09-16 | curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch] | Yang Tse |
2011-09-16 | src/setup.h: add conditional include of assert.h | Yang Tse |
2011-09-16 | curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch] | Yang Tse |
2011-09-16 | curl tool: move convert_* functions into tool_convert.[ch] | Yang Tse |
2011-09-16 | main.c: convert GetStr() into a macro to ease leak debugging | Yang Tse |
2011-09-16 | main.c: de-obfuscate a couple for-loop exit conditions | Yang Tse |
2011-09-15 | curl tool: fix a bunch of double free's uncovered 2011-09-15 | Yang Tse |
2011-09-15 | curl MSVC project files: adjust resource compiler include path | Yang Tse |
2011-09-14 | src/Makefile.vc6: adjust resource compiler include path | Yang Tse |
2011-09-14 | curl tool: re-enable MemoryTracking capability on 'src' subdirectory files. | Yang Tse |
2011-09-11 | Updated makefiles to latest libssh2. | Guenter Knauf |
2011-09-10 | urlglob.c: fix OOM handling | Yang Tse |
2011-09-08 | Avoid ftruncate() static define with MinGW64. | Guenter Knauf |
2011-09-06 | fix bool variables checking and assignment | Yang Tse |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-09-04 | setup_once.h cleanup and sync | Yang Tse |
2011-09-04 | Added SPNEGO to MinGW makefiles. | Guenter Knauf |
2011-09-03 | revert changes not intended to be pushed with commit 6b75d2c2 | Yang Tse |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-09-03 | Updated dependecies versions. | Guenter Knauf |
2011-09-03 | Some MinGW makefile tweaks for MinGW64. | Guenter Knauf |
2011-08-27 | NTLM single-sign on adjustments (XI) | Yang Tse |
2011-08-26 | NTLM single-sign on adjustments (X) | Yang Tse |
2011-08-21 | zlib: ensure user provided memory functions are used by zlib, when given | Yang Tse |
2011-08-21 | main: fix segfault | Daniel Stenberg |
2011-08-21 | MemoryTracking: adjust initialization calling - followup | Yang Tse |
2011-08-20 | MemoryTracking: adjust initialization calling | Yang Tse |
2011-08-18 | zlib: enforce full initialization of our data space z_stream structs | Yang Tse |
2011-08-13 | VC6 makefiles: added embedded documentation | Daniel Stenberg |
2011-08-12 | added --delegation | Daniel Stenberg |
2011-08-05 | keep a single copy of config-win32.h in version control repository - followup | Yang Tse |
2011-08-05 | git ignore src/config-win32.h | Yang Tse |
2011-08-05 | keep a single copy of config-win32.h in version control repository. | Yang Tse |
2011-08-04 | segfault fixed | Daniel Stenberg |
2011-08-04 | parse_filename: deal with escaped quotes | Daniel Stenberg |
2011-08-04 | BSD-style lwIP TCP/IP stack support: | Yang Tse |
2011-08-04 | -J: support ';' in quoted file names | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |