Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Daniel Stenberg 8ece8177f1 cleanup: remove FIXME and TODO comments 5 gadi atpakaļ
  Viktor Szakats b801b453af whitespace fixes 6 gadi atpakaļ
  Marian Klymov c45360d463 cppcheck: fix warnings 6 gadi atpakaļ
  Daniel Stenberg 6b84438d9a code style: use spaces around equals signs 7 gadi atpakaļ
  Jay Satiro f8614af527 splay: fix signed/unsigned mismatch warning 7 gadi atpakaļ
  Daniel Stenberg 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 gadi atpakaļ
  Dániel Bakai de05bcb706 multi: fix queueing of pending easy handles 7 gadi atpakaļ
  Sylvestre Ledru 66de563482 Improve code readbility 7 gadi atpakaļ
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 gadi atpakaļ
  Daniel Stenberg c341311a0e Revert "cleanup: general removal of TODO (and similar) comments" 9 gadi atpakaļ
  Daniel Stenberg 64e959ffe3 cleanup: general removal of TODO (and similar) comments 9 gadi atpakaļ
  Daniel Stenberg 9395999543 checksrc: use space after comma 9 gadi atpakaļ
  Steve Holme 78ca3c6830 copyright: Updated following recent edits 10 gadi atpakaļ
  Dan Fandrich ef1322df67 Added a few more const where possible 10 gadi atpakaļ
  Yang Tse 5a053ffe80 build: fix circular header inclusion with other packages 12 gadi atpakaļ
  Yang Tse 4a5aa6682d Revert changes relative to lib/*.[ch] recent renaming 12 gadi atpakaļ
  Yang Tse 5b6e7927c6 build: rename 93 lib/*.c files 12 gadi atpakaļ
  Yang Tse f871de0064 build: make use of 76 lib/*.h renamed files 12 gadi atpakaļ
  Daniel Stenberg c4dd8df081 splay: add unit tests 13 gadi atpakaļ
  Daniel Stenberg b903186fa0 source cleanup: unify look, style and indent levels 13 gadi atpakaļ
  Julien Chaffraix 9e480973eb OOM fixes in http_negociate.c and lib/splay.c 14 gadi atpakaļ
  Daniel Stenberg 2309b4e330 remove the CVSish $Id$ lines 14 gadi atpakaļ
  Yang Tse 2c16681225 Adjusted to take in account that... 15 gadi atpakaļ
  Daniel Stenberg e16509d5cf make the debug/helper function output to stderr as that makes it play nicer 16 gadi atpakaļ
  Yang Tse 59e378f48f remove unnecessary typecasting of malloc() 16 gadi atpakaļ
  Yang Tse d4e9b141db fix compiler warning: format '%ld' expects type 'long int' 16 gadi atpakaļ
  Yang Tse eb68aa38e3 Christopher Palow provided the patch (edited by me) that introduces 16 gadi atpakaļ
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code 17 gadi atpakaļ
  Dan Fandrich 16b95fc773 Enabled a few more gcc warnings with --enable-debug. Renamed a few 17 gadi atpakaļ
  Dan Fandrich 4a2f0fb2be Made some const arrays static to avoid unnecessary stack usage. 17 gadi atpakaļ