Commit History

Author SHA1 Message Date
  Nick Mathewson d44e3ad809 Remove unused open circuits when there are too many, not when they are too old. 21 years ago
  Nick Mathewson b3f6b55ea1 Dont expire circuits we didnt originate. This may be redundant somehow, but better safe than sorry. 21 years ago
  Nick Mathewson 2561472809 Add missing dollar sign 21 years ago
  Nick Mathewson b69f5f3e1b Add an autoconf test for whether unaligned int access is permitted. 21 years ago
  Nick Mathewson f608b85ddf Replace all connection_removes outsice of main.c with connection_mark_for_close 21 years ago
  Nick Mathewson b7c2b18bd6 Add a RunTesting option to try to learn link state by creating test circuits, even when SocksPort is off. 21 years ago
  Nick Mathewson 0d8feba6d8 Add macros and functions to wrap memcpy/alignment logic. 21 years ago
  Roger Dingledine dfb16a6274 mark off another bug 21 years ago
  Roger Dingledine 3d2c6c7cfa catch signals in a more portable way, so solaris can catch them too 21 years ago
  Roger Dingledine e9b67e1e6a fix one bug, add another 21 years ago
  Roger Dingledine d10fcc89ec make uname() more likely to work on solaris 21 years ago
  Roger Dingledine 49a221500d fix one bug, note two more 21 years ago
  Roger Dingledine 30520b926c solaris no longer needs special ./configure directions 21 years ago
  Roger Dingledine ed0ef86c0e make OR not crash when non-OR connection dies 21 years ago
  Roger Dingledine 568a4e0a04 warn and fail if server chose a nickname with illegal characters 21 years ago
  Roger Dingledine 4f0bad280d make servers not crash when they rep-hist-note circuits that don't start at them 21 years ago
  Roger Dingledine e5cf396285 oops, and make make work too on solaris 21 years ago
  Roger Dingledine 31aadef2d3 make configure work on solaris without mods 21 years ago
  Roger Dingledine 66f878513f deal with hardware word alignment 21 years ago
  Nick Mathewson 2ba2f02181 Integrate the new "rephist" [rep(utation) hist(ory)] module to trace 21 years ago
  Nick Mathewson 50354cbae7 Add TODO item to make everything use mark_for_close; not doing so will now skew the stats 21 years ago
  Peter Palfrader 52356f3e16 And tree.h is by Nils. Thanks arma 21 years ago
  Nick Mathewson da9d5ccfda Add initial history-tracking backend code for reputation module. Not called or tested yet. 21 years ago
  Nick Mathewson b0ef4e1143 Use strmap code for client DNS. 21 years ago
  Roger Dingledine 1dca07fc51 todo: make ./configure work on solaris more easily 21 years ago
  Roger Dingledine c783ebe485 add a hint for solaris users 21 years ago
  Nick Mathewson 9199696182 Add some wrappers around SPLAY_* for the common map-from-string-to-X case. 21 years ago
  Roger Dingledine df3f37b84f getpid returns a pid_t. we all know that's an int. but solaris doesn't know. 21 years ago
  Roger Dingledine 4d37311481 we'd forgotten to autoconf fcntl.h 21 years ago
  Roger Dingledine c195f69058 isspace and friends take an int. solaris cares. 21 years ago