Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Nick Mathewson 7d366f61cb r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400 18 gadi atpakaļ
  Nick Mathewson 95132f836a r8750@totoro: nickm | 2006-09-27 20:52:01 -0400 18 gadi atpakaļ
  Nick Mathewson 93beeac01d Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS) 18 gadi atpakaļ
  Peter Palfrader 28cac25d7e r9749@danube: weasel | 2006-09-14 06:53:12 +0200 18 gadi atpakaļ
  Nick Mathewson 365ccf0742 r8725@Kushana: nickm | 2006-09-06 04:39:29 -0400 18 gadi atpakaļ
  Nick Mathewson 000b7b287c r8724@Kushana: nickm | 2006-09-06 04:32:28 -0400 18 gadi atpakaļ
  Mike Chiussi 6ec9c1092a - made configure check if we are building for win32 18 gadi atpakaļ
  Roger Dingledine 9f5856c03d stop three memory leaks. nick, fix these if i'm wrong. 18 gadi atpakaļ
  Nick Mathewson b050ecf86c r7404@Kushana: nickm | 2006-08-16 09:32:19 -0400 18 gadi atpakaļ
  Nick Mathewson 1b7ad5aed3 r7030@Kushana: nickm | 2006-08-04 14:46:52 -0700 18 gadi atpakaļ
  Nick Mathewson 7c596c166b r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700 18 gadi atpakaļ
  Nick Mathewson dbac3fb481 r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700 18 gadi atpakaļ
  Nick Mathewson db72fb9cdc r7025@Kushana: nickm | 2006-08-04 12:03:22 -0700 18 gadi atpakaļ
  Nick Mathewson bf72878cad r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700 18 gadi atpakaļ
  Nick Mathewson 28a7c8a64c Make compilation work on old MSVCs without GetVertsionEx magic. Patch from Frediano Ziglio. 18 gadi atpakaļ
  Nick Mathewson 1cd04abf1a Actually enable mmap. That should improve matters. 18 gadi atpakaļ
  Roger Dingledine 45065f1466 simplify code now that libevent considers all sockets pollable. 18 gadi atpakaļ
  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 gadi atpakaļ
  Nick Mathewson c660a0f6a2 More DNS fixes. Send meaningful TTLs back to the client when 18 gadi atpakaļ
  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 gadi atpakaļ
  Nick Mathewson 89a8411ace Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is often way way slower than doing the right thing. Backport candidate. 18 gadi atpakaļ
  Roger Dingledine 7871ad9116 failing in a support function is a warn, not an err. 18 gadi atpakaļ
  Nick Mathewson 6d9632ba23 Check return value from GetVersionEx (even though the MSDN example doesnt) and zero out the LPOSVERSIONINFOEX struct before getting the version. This may fix the "johnboy" [major=-858993460,minor=-858993460] problem. 18 gadi atpakaļ
  Roger Dingledine 6ce36ead42 Start the process of converting warn to log_warn and so on. 18 gadi atpakaļ
  Roger Dingledine 5f051574d5 Happy new year! 18 gadi atpakaļ
  Roger Dingledine 28f3765b5a and maybe some function documentation will help too 18 gadi atpakaļ
  Roger Dingledine f1864dfff3 On systems that don't have getrlimit (like windows), we were artificially 18 gadi atpakaļ
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 19 gadi atpakaļ
  Roger Dingledine 9b0a40ec78 crank the max line limit down to 150 chars. 19 gadi atpakaļ
  Nick Mathewson 9b432311c4 Make new logging stuff work on windows; fix a couple of windows typos. 19 gadi atpakaļ