NTLM single-sign on adjustments (VIII)
[platform/upstream/curl.git] / lib / url.c
2011-07-31 Yang TseNTLM single-sign on adjustments (VIII)
2011-07-29 Yang TseNTLM single-sign on adjustments (VII)
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang TseWIN32 io.h and fcntl.h inclusion done in setup_once.h
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-07-24 Yang Tseerrno.h inclusion conditionally done in setup_once.h
2011-07-18 Mandy WuNTLM single-sign on supported
2011-06-07 Kamil Dudkadisconnect: wipe out the keeps_speed time stamp
2011-05-25 Daniel Stenbergcreate_conn: only switch protocol handler if necessary
2011-05-21 Yang Tsecompiler warning: fix
2011-05-18 Daniel StenbergCLOSESOCKETFUNCTION: added
2011-05-05 Daniel Stenbergset_userpass: convert from protocol-specific to generic
2011-05-05 Daniel StenbergRTSP: cleanups
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-05-05 Daniel Stenbergremove FILE protocol-specific checks
2011-05-05 Daniel Stenbergsocks proxy: allow socks5h:// prefix too
2011-05-04 Daniel StenbergCorrected comments
2011-05-04 Daniel StenbergConnectionStore: remove unused return code
2011-04-29 Daniel StenbergConnectionExists: avoid NULL dereference
2011-04-28 Daniel Stenbergproxy: allow socks:// prefix in proxy string
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-25 Daniel Stenbergasync resolvers: further cleanups
2011-04-25 Daniel Stenbergasynch resolvers: cleanup
2011-04-25 Vsevolod Novikovasynch resolvers: unified
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-19 Guenter KnaufWindows native IDN fixes.
2011-04-18 Daniel Stenbergtransfer-encoding: added new option and cmdline
2011-04-18 Daniel StenbergHTTP: add support for gzip and deflate Transfer-Encoding
2011-04-05 Daniel Stenbergreturn code cleanup: build, init and run-time errors
2011-04-04 Daniel Stenbergdisable cookies: remove ifdefs, move code
2011-03-25 Daniel Stenbergfix: re-use of bound connections
2011-03-23 Daniel Stenbergrtsp: move protocol code to dedicated file
2011-03-20 Julien Chaffraixurl: 0 is PROTOPT_NONE.
2011-03-17 Daniel Stenbergconnection setup: if HTTP is disabled asking for HTTP...
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-08 Dan FandrichFixed libcurl to honour the --disable-ldaps configure...
2011-02-18 Daniel Stenbergmulti: better failed connect treatment
2011-01-27 Daniel Stenbergares: memory leak fix
2011-01-19 Quinn SlackTLS-SRP: support added when using GnuTLS
2011-01-07 Marcel RoelofsHTTP: HTTP Negotiate authentication using SSPI
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2010-12-28 Pierre JoyeIDN: use win32 API if told to
2010-12-27 Daniel Stenbergc-ares: fix cancelled resolves
2010-12-18 Pasha KuznetsovCurl_do: avoid using stale conn pointer
2010-12-13 Daniel StenbergIsPipeliningPossible: only for HTTP
2010-12-06 Daniel Stenbergdisconnect: pass on the dead_connection argument
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-12-01 Yang Tsefix compiler warning: conversion may lose significant...
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections...
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections
2010-11-28 Yang Tseatoi: remove atoi usage
2010-11-13 Julien Chaffraixurldata: Capitalize enum protect_level values.
2010-11-13 Julien Chaffraixsecurity: tighten enum protection_level usage.
2010-11-11 Daniel Stenbergip_version: moved to connection struct
2010-11-08 Daniel StenbergCURLOPT_RESOLVE: added
2010-11-05 Daniel StenbergRevert: use Host: name for SNI and cert name checks
2010-11-04 Daniel Stenberghost: get the custom Host: name more genericly
2010-10-19 Daniel StenbergURL-parsing: consider ? a divider
2010-10-14 Daniel StenbergCurl_setopt: disallow CURLOPT_USE_SSL without SSL support
2010-09-28 Daniel Stenbergmulti: don't expire timeouts at disonnect or done
2010-09-21 Daniel Stenbergparse_remote_port: ignore colons without port number
2010-09-05 Daniel Stenbergportabilty: use proper variable type to hold sockets
2010-09-01 Daniel Stenbergresolve_server: simplify code
2010-08-25 Cameron KaiserRemove url.c test
2010-08-25 Cameron KaiserGopher protocol support (initial release)
2010-08-25 Daniel Stenberghttp: handle trailer headers in all chunked responses
2010-08-15 Daniel Stenbergmulti: support timeouts
2010-08-09 Daniel Stenbergparse_remote_port: fix ;type= URL suffix over HTTP...
2010-08-02 Daniel StenbergCurl_connected_proxy: skip the bits.tcpconnect check
2010-07-18 Jan Van BoghoutCUSTOMREQUEST: shouldn't be disabled when HTTP is disabled
2010-06-07 Yang TseCurl_updateconninfo() error handling fix
2010-06-04 Frank Meiergetinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-06-01 Yang Tsefix ldap related compilation issues
2010-06-01 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-28 Howard ChuLDAPS: list availability depending on SSL's presence
2010-05-27 Kamil Dudkaurl.c: avoid implied cast to bool
2010-05-24 Howard ChuLDAP: properly implemented as a curl_handler
2010-05-20 Ben Greearsetopt: Fix setting of set.is_fwrite_set
2010-05-16 Kamil Dudkaftp wildcard: a new option CURLOPT_FNMATCH_DATA
2010-05-12 Pavel RaiskupFTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-05-12 Howard ChuRTMP: initial support added, powered by librtmp
2010-05-11 Howard Chusendrecv: make them two pairs of send/recv to properly...
2010-05-07 Daniel Stenbergmulti interface: missed storing connection time
2010-05-07 Daniel Stenbergverboseconnect: so the verbose checking within the...
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-04-29 Ben Greeartelnet: Allow programatic use of telnet.
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-15 Dan FandrichRemove redundant conditional
2010-03-27 Ben Greearallow user+password in the URL for all protocols
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-05 Yang TseConstantine Sapuntzakis detected and fixed a double...
2010-02-24 Yang Tsefix compiler warning
2010-02-23 Yang Tsefix compiler warning
2010-02-06 Yang TseOOM handling fix
next