Filter RSS
Chamber History: FlyingHttpServer

2013-11-26
00:14
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: ca54241524e81a5b05232c64f7d7d8b8cd4ec04e)
[BugFix] Forgot to add dtor code (where it has to have a statement to do event_.delHandlerRead() ).
00:12
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: 94c5015dfe2f12a43322615c8a80504bf33dd808)
[Function] First addition of http HttpSocketManager class (need to be further implemented).
2013-11-23
22:56
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: 8fbd88fd2878e4eb1b764e6150fcc937a8b4324b)
[Function] Change cm::IOVectorChain class template implementation so as to accomodate cm::IOVecto...
2013-11-22
20:58
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: 21a0a6efc6b3241e87e31a49f02436c7a23bc87f)
[Refactor] Change a way to wait for an appropriate thread initialization completion using cm::Con...
2013-11-19
00:48
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: a7815c9b4311367aaa25d2b40e49260fa30af54c)
[BugFix] Fix some compilation issues in Linux port and also fix related bugs.
2013-11-18
02:20
FlyingHttpServer
smg_ykz
02:16
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: 6ca1a6911ef3b54debb63f06e7202fd0e61f8a20)
[Function] New support of no arugument type message handler by cm::ThreadEventDriven class template
2013-11-17
19:33
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: a9d9e706a262f0f6da3be8350a182b482fdace09)
[Function] Change cm::Mutex implementation to support recursive lock from same thread.
14:17
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: 1bb5db14928bdf4c2413a2a30e24fdda757833fa)
[Function] Change mt::Option implementation from class template to conventional class. [Function]...
2013-11-04
14:38
FlyingHttpServer
smg_ykz
2013-11-03
13:46
FlyingHttpServer
smg_ykz
[Git] commits were pushed to 'FlyingHttpServer' (current: b40eb218dbf27ad22c225471f95e6872417b32dc)
[Function] New support of non_blocking cliet socket creation using cm::SocketClient class along w...
2013-03-17
14:07
FlyingHttpServer
smg_ykz
New commit 384af4ee049884e91023a6690721e37e5913d3e2 on FlyingHttpServer
[BugFix] Fix the problem that cxx_executable target was wrongly put into the ctest.
14:06
FlyingHttpServer
smg_ykz
New commit 8fed3eeb0f4a20df3829639181d69c97290f2c36 on FlyingHttpServer
[BugFix] Fix the problem of mt::Append metafunction
13:53
FlyingHttpServer
smg_ykz
13:51
FlyingHttpServer
smg_ykz
New commit 413aa1297e01ff71d29ac47319dad485c2139acf on FlyingHttpServer
[Function] Addition of PROCESS macro in conjunction with cm_main library introduction. 1:
13:48
FlyingHttpServer
smg_ykz
New commit 3c4fb39a483a150f8a1b203db8fd5e112d8ef323 on FlyingHttpServer
[Refactor] Addition of mt:Select metafunction [Refactor] Further refinement of mt::Append metafun...
2013-01-20
23:06
FlyingHttpServer
smg_ykz
New commit 01877a61e5e69e7e52c16880ee17ee633ec9c05c on FlyingHttpServer
[Refactor] Skipped bytes support in cm::VectorSocket
21:45
FlyingHttpServer
smg_ykz
New commit 24799dfb90671b1757c0ca809347fea5babcb8c4 on FlyingHttpServer
[BugFix] Fix the problem that mt::AutoPtr doesn't properly release resources in template copy ct...
21:01
FlyingHttpServer
smg_ykz
New commit 5ba1330a29fca6ed22b118cf787bd6cfe94e3ecf on FlyingHttpServer
[Function] New support of mt::AutoPtr copy syntax to/from convertible types.
10:51
FlyingHttpServer
smg_ykz
New commit 2a7cb64db6481cc02ffb97efbe3100b01faed698 on FlyingHttpServer
[Function] New introduction of cm::VectorSocket class to realize gather-write operation.