Commit History

Author SHA1 Message Date
  Nick Mathewson 36adc7cdd9 r8844@totoro: nickm | 2006-10-02 16:32:44 -0400 18 years ago
  Nick Mathewson 95132f836a r8750@totoro: nickm | 2006-09-27 20:52:01 -0400 18 years ago
  Nick Mathewson b1ad605780 Build correctly for use on OS X platforms with case-sensitive filesystems 18 years ago
  Nick Mathewson 2d4950c837 Malloc and friends are critical-path: Thus, add an it-wont-happen branch prediction for NULL returns, and skip the malloc(0) check on platforms where malloc(0) returns a pointer. 18 years ago
  Nick Mathewson c063c7b8cb r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400 18 years ago
  Mike Chiussi 91d7ad660f - fixed up typos in eventdns.c 18 years ago
  Nick Mathewson dffa692d05 r8723@Kushana: nickm | 2006-09-06 04:24:54 -0400 18 years ago
  Mike Chiussi 6ec9c1092a - made configure check if we are building for win32 18 years ago
  Nick Mathewson 39f0feb887 r8709@Kushana: nickm | 2006-09-02 20:59:54 -0400 18 years ago
  Nick Mathewson 7cd08b2cca r8704@Kushana: nickm | 2006-09-02 01:32:34 -0400 18 years ago
  Nick Mathewson c38cc0eb4a r8606@Kushana: nickm | 2006-08-27 14:04:19 -0400 18 years ago
  Roger Dingledine 30b8017005 bump trunk to 0.1.2.1-alpha-dev 18 years ago
  Roger Dingledine e744117d4d turn eventdns off by default until we can get some more useful 18 years ago
  Roger Dingledine 389b7999c6 bump to 0.1.2.1-alpha 18 years ago
  Nick Mathewson 3ba39a768a r8556@Kushana: nickm | 2006-08-22 01:22:46 -0400 18 years ago
  Nick Mathewson 09a895e222 r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700 18 years ago
  Nick Mathewson b07525d316 r7323@Kushana: nickm | 2006-08-10 22:04:57 -0700 18 years ago
  Nick Mathewson 0a7d5b8371 r7315@Kushana: nickm | 2006-08-10 02:30:13 -0700 18 years ago
  Nick Mathewson c6c4f64835 r7313@Kushana: nickm | 2006-08-10 02:13:35 -0700 18 years ago
  Nick Mathewson d893d8c52e r7300@Kushana: nickm | 2006-08-10 01:36:40 -0700 18 years ago
  Nick Mathewson 5cff4164a0 r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700 18 years ago
  Andrew Lewman 7498d31b09 Remove the last vestiges of launchd plist. 18 years ago
  Andrew Lewman 47bf7abc1a Added net.freehaven.tor.plist to AC_OUTPUT 18 years ago
  Peter Palfrader 4baeeae614 Fix configure.in to not produce broken configure files with more recent 18 years ago
  Roger Dingledine 53d63e25a5 start checking for limits.h too. we should resume compiling 18 years ago
  Nick Mathewson b7ca697faf More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads. 18 years ago
  Nick Mathewson 853e2d99b6 Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) 18 years ago
  Nick Mathewson 7cb3232ade Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, we may want to switch to libevnet/c-ares, if they ever handle 10k fd situations properly. This one still needs work too, but at least it is small. This code is disabled by default, and not integrated with dns.c. 18 years ago
  Nick Mathewson 64d487a2d6 Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str instead. Based on code from Michael Mohr. 18 years ago
  Roger Dingledine 9f005ae66b build the Makefile in contrib/suse/ too 18 years ago