Commit History

Author SHA1 Message Date
  JINMEI Tatuya ee16d6b53a include base64 headers to subsequently include necessary boost header files, instead of including them from our own header files directly. 15 years ago
  JINMEI Tatuya e3e8fd7f39 added trac #256 change. 15 years ago
  JINMEI Tatuya 17c6525363 merged branches/trac256 for trac #256: various base32/hex bug fixes. 15 years ago
  JINMEI Tatuya 327297de53 more sync with trunk 15 years ago
  JINMEI Tatuya 5fd8a22cee sync with trunk 15 years ago
  JINMEI Tatuya 27c12d61b1 additioal review comment: explained the (x + 7) & ~7 idiom. 15 years ago
  Jelte Jansen 551e9a0b8a forgot to add a new test data file to EXTRA_DIST 15 years ago
  Jelte Jansen 52f35abefd whoops, forgot to update one test 15 years ago
  Jelte Jansen e26aaedc8e merge branches/trac284 (Not every 'data' parsing is done with json) 15 years ago
  Likun Zhang 4b46ebe772 Merge branch 277(cmdctl needs nicer warning if address already in use) into trunk. 15 years ago
  JINMEI Tatuya b2de234050 review comment: describe why the interfaces under util should be hidden. 15 years ago
  JINMEI Tatuya 6fba31576d addressed review comments: use the size of table for range check instead of a fixed magic number; style consistency in assertion. 15 years ago
  JINMEI Tatuya baf673f1c6 addressed review comments: missing .h in _SOURCES. 15 years ago
  JINMEI Tatuya 2de55f8967 addressed review comments 15 years ago
  JINMEI Tatuya af94c66b3d removed one more "redundant" -1 arg to file.read(). 15 years ago
  Jelte Jansen 9cf201a5ea addressed comments from trac review 15 years ago
  JINMEI Tatuya 039843d530 addressed review comments: describe the intent of Base32HexTest.decodeMap 15 years ago
  JINMEI Tatuya f6161c16fa - changed 'if 0'ed tests to DISABLED_xxx 15 years ago
  JINMEI Tatuya ce44a279ea suggested changes: 15 years ago
  Likun Zhang c08819a735 1. Raise CmdctlException instead of exiting when port is used by other processes. 2. Make error message be more accurate. 15 years ago
  JINMEI Tatuya 8c60a2c5bf update AM_CPPFLAGS 15 years ago
  JINMEI Tatuya 39aef3abca add AM_CPPFLAGS to run_unittests_CPPFLAGS 15 years ago
  JINMEI Tatuya 5f7f70fc47 missing -I options 15 years ago
  JINMEI Tatuya 5f1739873b s/#include "header"/#include <[path/]header>/ (trac #291) 15 years ago
  Likun Zhang f7f4533d07 Make cmdctl output be more friendly when running cmdctl and it's running already. 15 years ago
  Likun Zhang 402533d7c7 create one temp branch for ticket 277 15 years ago
  JINMEI Tatuya fdf8590824 use std::list::splice instead of erase + push_front. (trac #290). 15 years ago
  JINMEI Tatuya 4ff6f8e0f3 added another failure case in wildcard matching 15 years ago
  JINMEI Tatuya 2c88223f21 removed obsoleted test data files from EXTRA_DIST 15 years ago
  JINMEI Tatuya e20e0720cd one more cleanup: removed a now-unused method 15 years ago