提交歷史

作者 SHA1 備註 提交日期
  Stephan Mühlstrasser 7f41432c19 URL: fix ASCII dependency in strcpy_url and strlen_url 6 年之前
  Daniel Stenberg 3c630f9b0a strcpy_url: only %-encode values >= 0x80 6 年之前
  Stephan Mühlstrasser dd7521bcc1 ctype: restore character classification for non-ASCII platforms 6 年之前
  Daniel Stenberg d122df5972 http2: handle GOAWAY properly 6 年之前
  Daniel Stenberg a9a7b606c2 transfer: make HTTP without headers count correct body size 6 年之前
  Daniel Stenberg d52dc4760f readwrite: make sure excess reads don't go beyond buffer end 6 年之前
  Daniel Stenberg 8123560d44 HTTP: allow "header;" to replace an internal header with a blank one 6 年之前
  Björn Stenberg b46cfbc068 TODO fixed: Detect when called from within callbacks 6 年之前
  Patrick Monnerat dbcced8e32 HTTP: support multiple Content-Encodings 7 年之前
  Jay Satiro 979d2877be transfer: Fix chunked-encoding upload bug 7 年之前
  Max Dymond 7b11c5dbe6 wildcards: don't use with non-supported protocols 7 年之前
  Daniel Stenberg 5d543fe906 time: rename Curl_tvnow to Curl_now 7 年之前
  Daniel Stenberg b9d25f9a6b timediff: return timediff_t from the time diff functions 7 年之前
  Daniel Stenberg 93843c372f conversions: fix several compiler warnings 7 年之前
  Daniel Stenberg 87501e57f1 code style: remove wrong uses of multiple spaces 7 年之前
  Daniel Stenberg e5743f08e7 code style: use spaces around pluses 7 年之前
  Daniel Stenberg 6b84438d9a code style: use spaces around equals signs 7 年之前
  Daniel Stenberg 02eb6184ad Curl_checkheaders: make it available for IMAP and SMTP too 7 年之前
  Daniel Stenberg 9926357b42 mime: unified to use the typedef'd mime structs everywhere 7 年之前
  Patrick Monnerat ce0881edee mime: new MIME API. 7 年之前
  Ryan Winograd 43d036e724 progress: Track total times following redirects 7 年之前
  Salah-Eddin Shaban d6ecb2c851 redirect: skip URL encoding for host names 7 年之前
  Daniel Stenberg b3786f61dc url: make the original string get used on subsequent transfers 7 年之前
  Daniel Stenberg e54db1b053 transfer: init the infilesize from the postfields... 7 年之前
  Daniel Stenberg bba59073c5 redirect: store the "would redirect to" URL when max redirs is reached 7 年之前
  Daniel Stenberg 31b39c40cf multi: use a fixed array of timers instead of malloc 7 年之前
  Daniel Stenberg e9fd794a61 multi: assign IDs to all timers and make each timer singleton 7 年之前
  Daniel Stenberg e40e9d7f0d buffer: use data->set.buffer_size instead of BUFSIZE 7 年之前
  Daniel Stenberg 89cf6f38d2 upload: UPLOAD_BUFSIZE is now for the upload buffer 7 年之前
  Daniel Stenberg 40a074f255 transfer: fix minor buffer_size mistake 7 年之前