2004-05-06 |
Daniel Stenberg | simplied the creation of new urls |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | %ld for long |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | int/long fix |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | Michael Benedict brought a fix that fills in the errorb... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | typo AGAIN |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | When using the icc compiler, we also ignore remark... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | printf %s with plain 'char *', not unsigned ones to... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | if no strerror_r prototype is found, we provide our... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | removed the unused 'len' variable, made use of the... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | typecast the unsigned long to plain long to prevent... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | unused variable removed |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | use %ld to printf now.tv_sec |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Daniel Stenberg | curlx.h is a header to add to the release archive(s) |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | fixed typo |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | Temporary disable the logic that runs gdb on a core... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | hm, avoid division by zero more carefully with that... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | Joe Halpin fixed the warning on the typecast from data... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | Gisle fixed the percentage to work, I adjusted it sligh... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | Gisle-fix: constified the 'interface' argument. |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | Gisle fix: curl_formparse is gone. |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | Gisle fixed: don't reference 'mem' if it's NULL. |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | initiate variables properly to default to no auth for... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | AC_CHECK_TOOL is prolly better to use when checking... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | slightly odd fix to prevent -Wunreachable-code to warn |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | alert the user if 'sed' or 'ar' couldn't be found,... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | made the progress meter display not overflow even if... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | if the values allow it, avoid floting point math for... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | additional typecasts in an attempt to avoid compiler... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | removed bad free() |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | do the alarm time-left math using unsigned longs since... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | fix_hostname() now (void)s the conn argument to prevent... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | ERR_error_string() returns an unsigned long so we shoul... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | gcc 3.4 now uses the -Wunreachable-code option, I belie... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | check the size of size_t for lib/mprintf.c |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | prevent warnings when using the gcc option -Wunreachabl... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | make the memlimit final NULL return get written to... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | mention the LICENSE-MIXING document |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | minor update edits |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Daniel Stenberg | added a third URL to the torture testing, this one... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Daniel Stenberg | multipart formposts should be more streamy |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Daniel Stenberg | bail out when an add_buffer() function returns failure |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Daniel Stenberg | improved the cleaning up of memory when we fail to... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Daniel Stenberg | check malloc() return code |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Daniel Stenberg | removed more leftovers from the formparse function |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Daniel Stenberg | removed curl_formparse() from the library |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Daniel Stenberg | Gisle made item 38, now there's only one low-prio task... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Daniel Stenberg | General HTTP authentication cleanup and fixes |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Daniel Stenberg | Gisle fixed the problem with ldap_search_s() fails... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Daniel Stenberg | improved the name of the test |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Daniel Stenberg | Added --proxy-digest, added the standard curl source... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Daniel Stenberg | fixed the pdf and html for the strerror functions |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Daniel Stenberg | Added support for --proxy-digest |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Daniel Stenberg | don't free(NULL) |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Daniel Stenberg | Gisle Vanem: |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | mucho |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | Display "exit OK" when the exit code has been verified... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | deprecated functions |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | 25 and 37 are now done, only two low-prio tasks left... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | recent changes |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | updated with more and new info |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | these functions are marked to get removed from the... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | use the new lib/curlx.h header and modified the code... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | New header file that offers easy access to the curlx_... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | support the new libcurl IDN feature, also a first attem... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | idn is a new feature that can be made required for... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | added test 166, formpost with white space in file name |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | make the contents able to be any data, the previous... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | oops, a bad strtok() was fixed by Luca |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Daniel Stenberg | include the full size of the sent response in the log |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | Gisle fixed the counting of calloc()s |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | Introducing IDN host name testing. Test case 165 requir... |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | fixed the host/proxy name issue when re-using a connect... |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | remove newline from matching pattern |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | ignore cnonce lines too as they are based on the curren... |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | encode the correct name |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | curl_easy_duphandle() works again with ares enabled |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | test 512 does some basic curl_easy_duphandle() testing |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | new test case for a simple curl_easy_duphandle() test |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | updated to work with the new Digest code |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | Luca Altea's major HTTP Digest update |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Daniel Stenberg | Gisle made the code use ERR_error_string_n() |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Daniel Stenberg | the new way of accessing the host name |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | Added LICENSE-MIXING to the release archive |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | IDN: Gisle Vanem made the win32 version handle a missin... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | outputed elsewhere already |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | idn stuff in code and configure script |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | we released yesterday, we have heaps of new stuff today... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | provide our own inet_ntoa_r() proto if the system has... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | Made host name and proxy name get stored in a 'struct... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | without-libidn works too now |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | hugehelp.c fix, without-ssl fix |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | make the loop use a fixed number of attempts to prevent... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | added curl_*_strerror |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Daniel Stenberg | added doctype tag to get HTML compliant |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Daniel Stenberg | We now make sure to only scan for SSL options with... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Daniel Stenberg | Include "setup.h" and not "config.h" since setup.h... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Daniel Stenberg | my nroff 1.18.1 complained the URL as it contains a... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Daniel Stenberg | oops, .obj not .c! |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Daniel Stenberg | improved libidn detection to correct the false positive... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Daniel Stenberg | made the verbose connect use the proper host name strin... |
commit | commitdiff | tree | snapshot |
next |