Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Nick Mathewson 426b53d85a Apply patch from Karsten to fix bug 879. Backport candidate. 15 gadi atpakaļ
  Nick Mathewson f117ec8b68 small todo/changelog fixes 15 gadi atpakaļ
  Nick Mathewson 7aa7d1a3e7 Give a better error when something has changed our descriptor cache out from under us. Based on patch from Karsten. Addresses bug 885. 15 gadi atpakaļ
  Roger Dingledine d7bf7e0b32 When a directory authority gives us a new guess for our IP address, 15 gadi atpakaļ
  Roger Dingledine 145e589b6c Resume using the correct "REASON=" stream when telling the 15 gadi atpakaļ
  Nick Mathewson d60d8976b9 Better error message when told to setuid to ourself. 15 gadi atpakaļ
  Nick Mathewson 8990dbcf7a Redivide 0.2.1 items into do,nice-to-have,and defer. 15 gadi atpakaļ
  Nick Mathewson a7b4a7b9f8 Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for EXTENDED_EVENTS 15 gadi atpakaļ
  Nick Mathewson 0280a72500 Add a new status event for consensus arrival 15 gadi atpakaļ
  Roger Dingledine 262dd2bae1 drop confusing and probably not so big changelog entry 15 gadi atpakaļ
  Roger Dingledine e5be0504ab When the client is choosing entry guards, now it selects at most 15 gadi atpakaļ
  Roger Dingledine f31c16d993 Directory mirrors no longer fetch the v1 directory or 15 gadi atpakaļ
  Roger Dingledine 21892d8a9c cleanups on r17500 15 gadi atpakaļ
  Jacob Appelbaum 6b178b46ef New DirPortFrontPage option that takes an html file and publishes it as "/" on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. 15 gadi atpakaļ
  Roger Dingledine ba985f8576 format cleanups on changelog. prepare to release today. 15 gadi atpakaļ
  Nick Mathewson 2be5215181 Fix a hard-to-trigger memory leak in log_credential status. Found by Coverity scan. CID 349. 15 gadi atpakaļ
  Nick Mathewson a26188cee9 fix bug 880: find the end of an authority cert by looking for the first ----END SIGNATURE----- after the first dir-key-certification, not for the first ----END SIGNATURE. Harmless bug, but it made us non-spec-compliant. 15 gadi atpakaļ
  Nick Mathewson 37bd9181f0 Do not use O_APPEND on fd-based operations that do not really want it; have them just lseek instead. 15 gadi atpakaļ
  Nick Mathewson bd6b3072f9 Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. 15 gadi atpakaļ
  Nick Mathewson 9c65195449 Apply rovv's patch for bug 864: avoid null error on detached signature handling failure. 15 gadi atpakaļ
  Nick Mathewson 60738daf85 Define socklen_t before using it in compat.h 15 gadi atpakaļ
  Nick Mathewson 651a0a2fb5 Stop marking bsearch_idx as pure; it is not. 15 gadi atpakaļ
  Nick Mathewson bc597758dc Use fcntl for file locking when flock() is not available. 15 gadi atpakaļ
  Nick Mathewson c7910c3bc9 Consider GetNetworkParams() nameserver parsing to have suceeded if even one nameserver can be added. Log more useful info about what exactly is failing when we fail to add a nameserver. 15 gadi atpakaļ
  Roger Dingledine f722978288 and forward-port those 15 gadi atpakaļ
  Karsten Loesing 02fe9edf7c Correct ChangeLog entry. 15 gadi atpakaļ
  Nick Mathewson bdc0aec00a Update _log_global_min_severity after switch_logs_debug(), so that USR2 will work again. Bugfix on 0.1.2.8-beta. Spotted by Geoff Down. 15 gadi atpakaļ
  Nick Mathewson 0fa698d84f apply sebastian's bug 867 fix: make routerset_equal() work as documented with NULL arguments 15 gadi atpakaļ
  Karsten Loesing 6d7951c022 Fix a possible segfault when establishing an exit connection. Bugfix on 0.2.1.5-alpha. 15 gadi atpakaļ
  Nick Mathewson c36ddcbabf Apparently sparc64 is way more strict about uint16_t access alignment than I had thought: it gave bus errors when messing with var-cell headers. Maybe this patch will fix bug 862. 15 gadi atpakaļ