Historique des commits

Auteur SHA1 Message Date
  Peter Palfrader 0d5c007266 Fix tor26's first segfault il y a 20 ans
  Nick Mathewson d25873ae9c Use a digestmap_t to speed up router_get_by_digest, which was previously a bottleneck (~~27% CPU) il y a 20 ans
  Nick Mathewson 7a19588a43 Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decoding il y a 20 ans
  Nick Mathewson 5828f8920e Add a "Map from digest to void*" abstraction, since we already faked it in 3 places by encoding keys in hex and sticking them in a strmap. il y a 20 ans
  Nick Mathewson 0349598928 stupid gcc. stupid nickm. il y a 20 ans
  Nick Mathewson 3347c1741d Refactor routerlist access slightly: always use router_get_by_routerlist(); change its interface; add modifier functions to add/remove elements from the current routerlist (so we can add indices). il y a 20 ans
  Nick Mathewson 95514b32a5 Make smartlist_foreach always use the fast versions. il y a 20 ans
  Peter Palfrader d8daa910a6 Make dirserv_get_routerdescs() return better http 404 error messages instead of a generic "Servers unavailable." il y a 20 ans
  Peter Palfrader 551e3402a3 split send_control1_event() into the printf and the print/dispatch part. The il y a 20 ans
  Peter Palfrader 00e1709244 Fix download by SD digest il y a 20 ans
  Peter Palfrader 6e8052e0f8 I wonder what a stautus is. il y a 20 ans
  Peter Palfrader 64a631e187 Some http status lines ended in a dot, others did not. Make it all the same and remove the period from all il y a 20 ans
  Peter Palfrader 0186cb283f And close the double quote too il y a 20 ans
  Peter Palfrader d2f1cd4196 Fix documentation of dirserv_get_routerdescs: il y a 20 ans
  Nick Mathewson 48ade882c3 Remove assert in sort-of c-itical path il y a 20 ans
  Nick Mathewson cf73ff195b Actually, use #defines for common case. Nothing to see here. il y a 20 ans
  Nick Mathewson 768160c872 Inline key smartlist functions; use fast versions by default. il y a 20 ans
  Nick Mathewson 27fcbf87f3 Add a missing struct initializer field il y a 20 ans
  Peter Palfrader 0d9aedfcea Downgrade a few INFO level logs to DEBUG again. Also add two or three new il y a 20 ans
  Roger Dingledine bec2271029 fix a few comments il y a 20 ans
  Roger Dingledine 38c6985fff and update the sample torrc to reflect the *listenaddress notation il y a 20 ans
  Roger Dingledine fd165329b8 start calling it *ListenAddress rather than *BindAddress, il y a 20 ans
  Nick Mathewson 22c72bd9c5 Add ability to warn when using abbrev mechanism to deprecate option names il y a 20 ans
  Roger Dingledine 435fb973c2 when providing content-type application/octet-stream for providing il y a 20 ans
  Peter Palfrader 7b15f77dd6 Make a few INFO log lines into DEBUG il y a 20 ans
  Peter Palfrader c0fd66a746 06_add_compile_time_defaults.dpatch il y a 20 ans
  Roger Dingledine 1be5f4a81b start hunting down why servers keep getting so many duplicate create cells il y a 20 ans
  Roger Dingledine ae92a91d96 more log uncluttering il y a 20 ans
  Roger Dingledine 03dcef4c78 start the process of reducing clutter in server logs il y a 20 ans
  Roger Dingledine aca6fb5f5f cut out a warning that doesn't need to warn il y a 20 ans