• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

C++ベースのLightweightなHTTPサーバー


RSS
Rev. Time Author
ca54241 master 2013-11-26 00:14:12 Michio Hirai

[BugFix] Forgot to add dtor code (where it has to have a statement to do event_.delHandlerRead() ).

94c5015 2013-11-26 00:11:44 Michio Hirai

[Function] First addition of http HttpSocketManager class (need to be further implemented).

8fbd88f 2013-11-23 22:55:50 Michio Hirai

[Function] Change cm::IOVectorChain class template implementation so as to accomodate cm::IOVectorBase object as well.

21a0a6e 2013-11-22 18:50:37 Michio Hirai

[Refactor] Change a way to wait for an appropriate thread initialization completion using cm::Condition variable.

fa67399 2013-11-22 18:32:22 Michio Hirai

[Function] New addition of cm::Condition class

a7815c9 2013-11-19 00:47:31 Michio Hirai

[BugFix] Fix some compilation issues in Linux port and also fix related bugs.

4204b59 2013-11-18 02:19:45 Michio Hirai

[Refactor] Change some README text.

6ca1a69 2013-11-18 02:16:01 Michio Hirai

[Function] New support of no arugument type message handler by cm::ThreadEventDriven class template

a9d9e70 2013-11-17 19:32:01 Michio Hirai

[Function] Change cm::Mutex implementation to support recursive lock from same thread.

d4dd7af 2013-11-17 19:30:50 Michio Hirai

[Refactor] Change unit test implementation (from memcpy to mt::clearMemory)

3569329 2013-11-17 17:09:13 Michio Hirai

[BugFix] Fix the problem that mutex resource acquired when instantiating cm::Mutex class object is not released.

1bb5db1 2013-11-17 13:36:08 Michio Hirai

[Function] Change mt::Option implementation from class template to conventional class.
[Function] New introduction of cm::ThreadEventDriven class template to simplify thread management.

d66a46a 2013-11-04 14:38:23 Michio Hirai

[Misc] Add some explanation text in README.txt

b40eb21 2013-11-03 13:46:03 Michio Hirai

[Function] New support of non_blocking cliet socket creation using cm::SocketClient class along with the cm::Event write handler callback support.

a67897b 2013-04-14 15:58:22 Michio Hirai

[BugFix] Change mt::Tuple class template implementation so that it can be polymophic.

8220f25 2013-04-14 15:57:44 Michio Hirai

[Function] First check-in of mt::Option class template

bcb4195 2013-04-14 15:44:15 Michio Hirai

[Function] New support to handle const member method handling in cm::Event class

c9a5ce5 2013-04-14 10:06:25 Michio Hirai

[BugFix] Put correct author name in README.txt

384af4e 2013-03-17 14:07:27 Michio Hirai

[BugFix] Fix the problem that cxx_executable target was wrongly put into the ctest.

8fed3ee 2013-03-17 14:06:56 Michio Hirai

[BugFix] Fix the problem of mt::Append metafunction

13fd7b2 2013-03-17 13:53:06 Michio Hirai

[Refactor] Minor modifiction of SocketSetter

413aa12 2013-03-17 13:51:41 Michio Hirai

[Function] Addition of PROCESS macro in conjunction with cm_main library introduction.
1:

3c4fb39 2013-03-17 13:48:50 Michio Hirai

[Refactor] Addition of mt:Select metafunction
[Refactor] Further refinement of mt::Append metafunction

01877a6 2013-01-20 23:06:52 Michio Hirai

[Refactor] Skipped bytes support in cm::VectorSocket

24799df 2013-01-20 21:45:09 Michio Hirai

[BugFix] Fix the problem that mt::AutoPtr doesn't properly release resources in template
copy ctor operations.

5ba1330 2013-01-20 21:01:02 Michio Hirai

[Function] New support of mt::AutoPtr copy syntax to/from convertible types.

2a7cb64 2013-01-20 10:51:35 Michio Hirai

[Function] New introduction of cm::VectorSocket class to realize gather-write operation.

d4be928 2013-01-16 00:56:12 Michio Hirai

[Refactor] Modify some comment in the source code (inc/mt_typelist_algo_find_if.h)

56a8027 2013-01-13 21:14:08 Michio Hirai

[Refactor] Further refine the unit test for cm::SocketServer and cm::SocketClient classes

829b654 2013-01-13 14:30:02 Michio Hirai

[Refactor] Some introduction of some delay between server thread and first attempt to do connect in client thread for better unit testing results.