bfee646924fixed a bug of getting %lu wrongly in fmt-out.h fixed some typos in StrBase.hpp enhanced String::format & String::formatvhyung-hwan2015-03-19 02:33:15 +0000
b4fd70b1e4changed the behavior of member functions of RefCounted. Changed SharedPtr to make use of RefCounted. Added StrBase and String.hyung-hwan2015-03-14 00:54:56 +0000
36e75b3bb2renamed member variables of some classeshyung-hwan2015-03-12 11:32:18 +0000
756a93ff41renamed Awk::uponDemise() to Awk::uponClosing and added Awk::uponClearing()hyung-hwan2015-03-12 06:39:16 +0000
0355e4e96eadded more constructors to Cstr, Mcstr, Wcstrhyung-hwan2015-03-12 02:14:13 +0000
a212a8ebf2changed Awk to use HashTable instead of htb. added Cstr, Mcstr, Wcstr. changed Awk not to use in-class placement new in allocating a valuehyung-hwan2015-03-11 13:33:23 +0000
3793785e7cenhanced constructors of some Mmged classes. added Mmged:setMmgr() and changed the accessibility of the member manager variablehyung-hwan2015-03-11 01:47:26 +0000
23b718f366deleted SharedPtr and renamed MmgedSharedPtr to SharedPtrhyung-hwan2015-03-11 01:16:31 +0000
9a3ca2e3c1changed Awk and Sed to inherit Uncopyablehyung-hwan2015-03-10 09:00:21 +0000
efc997750echanged void* operator new (qse_size_t size, QSE::Mpool* mp) to fall back to mmgr upon size mismatch. finished primitive BinaryHeap code. renamed Array::get() to Array::getValueAt() renamed Array::set() to Array::setValueAt()hyung-hwan2015-03-07 03:55:40 +0000
14f5a8a9b3added HashList::inject() and HashTable::inject(). improved HashTable::upsert(). added HashList::ensert() and HashTable::ensert(). started porting rbt to RedBlackTreehyung-hwan2015-02-27 15:27:59 +0000
ca8956366cremoved MPOOL from some template classeshyung-hwan2015-02-27 07:26:51 +0000
ae717e066echanged HashTable::remove() and HashTable::search() to use HashList::heteroxxx() callshyung-hwan2015-02-26 03:15:15 +0000
f93f5e9704experimenting on a simpler HashTable implementationhyung-hwan2015-02-25 16:27:46 +0000
37792be000added Mpool::swap(). fixed a bug in HashList::rehash() when the memory pool is enabled. added LinkedList::reverse()hyung-hwan2015-02-24 15:42:45 +0000
8c15d39d9aremove the raise_exeception member variable from the memory manager. changed the allocate(), reallocate(), callocate() to accept raise_exception instead. touched up HashTable a bithyung-hwan2015-02-17 04:45:20 +0000
3f94bd2cd6implemented a hack not to use the chunked transfer encoding ii the response code is 1xx, 204, 304 or the request method is HEADhyung-hwan2015-02-01 04:10:56 +0000
e7a598f591changed a wrong macro named used in fs-copy.chyung-hwan2015-01-23 03:30:44 +0000
5f61505860added qse_fs_setopt() & qse_fs_getopt(). added QSE_FS_CBS and changed qse_fs_del() to call cbs.del() if availablehyung-hwan2014-11-26 15:14:24 +0000
cbb7991ca8added QSE_DIR_LIMITED & QSE_GLOB_LIMITED fixed bugs in qse_fs_delXXX()hyung-hwan2014-11-25 03:25:46 +0000
7d21e90ce2renamed qse_tmr_remove() to qse_tmr_delete(). removed qse_fs_delete() and added qse_fs_delfile()/qse_fs_deldir() with some new optionshyung-hwan2014-11-24 17:01:04 +0000
8678660b82added some experimental and unfinished code using tlihyung-hwan2014-11-20 15:12:28 +0000
619425cd72indented some lines in the LICENSE filehyung-hwan2014-11-19 14:50:27 +0000
0962885749touched up code a bit for building with watcom.hyung-hwan2014-11-16 07:17:06 +0000
45cb237aa6added fields to keep an original query path in qse_htre_t changed proxying routines to use the original query path instead of percent-encoding backhyung-hwan2014-11-14 16:56:51 +0000