Історія комітів

Автор SHA1 Опис Дата
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 19 роки тому
  Nick Mathewson a6f51001a5 New whitespace normalization rule: no blank line at EOF. 19 роки тому
  Nick Mathewson 7bf443e985 I hear the smart kinds compile before committing. Then they never miss parens 19 роки тому
  Nick Mathewson f696fd98bf Make smartlist_string_remove consistent with smartlist_string 19 роки тому
  Nick Mathewson ff545c3103 Add useful smartlist_string_remove function. 19 роки тому
  Nick Mathewson 0e81265359 update copyright notices. 19 роки тому
  Roger Dingledine 248867caf5 bugfix: make smartlist_join_strings2 actually use the separator/terminator 19 роки тому
  Nick Mathewson 0a2be3c9d8 Fix strmap_free to release memory actually held by the strmap. 19 роки тому
  Roger Dingledine b5bddd8cfd bugfix: actually use the argument to strmap_free() 19 роки тому
  Roger Dingledine 596d65ec3b avoid case (not yet triggered) where smartlists could grow out 19 роки тому
  Roger Dingledine c53c7a0b4c clarify what smartlist_remove promises, since we rely on it. 19 роки тому
  Roger Dingledine 51f47d746e clean up smartlist_string_isin so callers don't have to manage bufs 19 роки тому
  Nick Mathewson bbc10c2ea1 Make split(..., NULL) split on horizontal space; fix bug with tabs in config file. 19 роки тому
  Nick Mathewson fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug 19 роки тому
  Roger Dingledine bd5524bfc7 fix comment 19 роки тому
  Roger Dingledine 32e74d3525 fix comment 19 роки тому
  Nick Mathewson b457cfb5eb Spell-check strings and comments 19 роки тому
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 19 роки тому
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 19 роки тому
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 19 роки тому
  Nick Mathewson 22dba27d8d Normalize a few more kinds of whitespace. We now dislike: 19 роки тому
  Nick Mathewson a8f9ba91db Nobody was using the return values from smartlist_(set|del|del_keeporder), so remove them. 19 роки тому
  Nick Mathewson 238a895e69 Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_len, which are two major profiling offenders. 19 роки тому
  Roger Dingledine 865f341708 parse_line_from_file is obsolete. 19 роки тому
  Nick Mathewson 11de62aa60 Add a slightly trickier string-join interface for making NUL-terminated string messages 19 роки тому
  Roger Dingledine e761cc9750 my assert.h takes extra pains to be certain to _re-include_ 19 роки тому
  Nick Mathewson ce79bab7f1 Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability). 19 роки тому