# # ChangeLog for trunk/include in cheroxy # # Generated by Trac 1.4 # 05/16/24 02:23:06 Wed, 26 Dec 2012 02:00:40 GMT cheese [59] * trunk/include/CRXSocket.h (modified) * trunk/src/CRXSocket.cpp (modified) #1 add SetOption in CRXSocket Mon, 17 Dec 2012 09:01:59 GMT cheese [57] * trunk/include/CRXSocket.h (modified) * trunk/src/CRXSocket.cpp (modified) #1 add reuseaddr option to server socket and linger option to client ... Mon, 26 Nov 2012 08:39:36 GMT cheese [50] * trunk/include/CRXHttpMessage.h (deleted) * trunk/src/CRXHttpMessage.cpp (deleted) #1 remove CRXHttpMessage header and source file because there are ... Mon, 26 Nov 2012 06:23:31 GMT cheese [46] * trunk/include/CRXHttpHeader.h (copied) * trunk/include/CRXHttpRequest.h (modified) * trunk/include/CRXHttpResponse.h (modified) * trunk/include/CRXProxy.h (modified) * trunk/src/CRXHttpHeader.cpp (copied) * trunk/src/CRXHttpRequest.cpp (modified) * trunk/src/CRXHttpResponse.cpp (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/makefile (modified) * trunk/windows/cheroxy/cheroxy.vcproj (modified) #1 rename http message to http header and change way to process ... Thu, 22 Nov 2012 09:38:07 GMT cheese [45] * trunk/include/CRXProxy.h (modified) * trunk/src/CRXHttpResponse.cpp (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/main.cpp (modified) #1 change access modifier of filter and http messages Thu, 22 Nov 2012 06:21:02 GMT cheese [44] * trunk/include/CRXHttpMessage.h (modified) * trunk/include/CRXHttpRequest.h (modified) * trunk/include/CRXHttpResponse.h (modified) * trunk/include/CRXProxy.h (modified) * trunk/src/CRXHttpRequest.cpp (modified) * trunk/src/CRXHttpResponse.cpp (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/main.cpp (modified) #1 change logic more detail Wed, 21 Nov 2012 00:23:50 GMT cheese [38] * trunk/include/CRXMutex.h (modified) * trunk/include/CRXSocket.h (modified) * trunk/src/CRXMutex.cpp (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/CRXSocket.cpp (modified) #1 more mutex interface and add debugging code to check connection ... Tue, 20 Nov 2012 10:49:10 GMT cheese [36] * trunk/include/CRXProxy.h (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/main.cpp (modified) #1 a interface to set timeout to server socket is added to CRXProxy Tue, 20 Nov 2012 10:06:30 GMT cheese [35] * trunk/include/CRXException.h (modified) * trunk/include/CRXProxy.h (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/CRXSocket.cpp (modified) * trunk/src/main.cpp (modified) #1 add debugging message Fri, 16 Nov 2012 07:39:35 GMT cheese [31] * trunk/_win/cheroxy/cheroxy.vcproj (modified) * trunk/include/CRXHttpMessage.h (modified) * trunk/src/CRXHttpMessage.cpp (modified) #1 change virtual function to pure virtual function in CRXHttpMessage Fri, 16 Nov 2012 04:52:04 GMT cheese [30] * trunk/include/CRXHttpMessage.h (modified) * trunk/include/CRXSocket.h (modified) #1 remove unnecessary namepsace using Fri, 16 Nov 2012 04:07:05 GMT cheese [28] * trunk/_win/cheroxy/cheroxy.vcproj (modified) * trunk/include/CRXFilter.h (added) * trunk/include/CRXHttpRequest.h (modified) * trunk/include/CRXProxy.h (modified) * trunk/src/CRXFilter.cpp (added) * trunk/src/CRXHttpMessage.cpp (modified) * trunk/src/CRXHttpRequest.cpp (modified) * trunk/src/CRXHttpResponse.cpp (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/main.cpp (modified) * trunk/src/makefile (modified) #1 add filter class Wed, 14 Nov 2012 05:28:59 GMT cheese [26] * trunk/include/CRXHttpMessage.h (modified) * trunk/include/CRXHttpRequest.h (modified) * trunk/include/CRXHttpResponse.h (modified) * trunk/src/CRXHttpMessage.cpp (modified) * trunk/src/CRXHttpRequest.cpp (modified) * trunk/src/CRXHttpResponse.cpp (modified) #1 add function to reset request and response Wed, 14 Nov 2012 05:00:40 GMT cheese [24] * trunk/include/CRXException.h (modified) * trunk/include/CRXHttpMessage.h (modified) * trunk/include/CRXHttpRequest.h (modified) * trunk/include/CRXHttpResponse.h (modified) * trunk/include/CRXProxy.h (modified) * trunk/include/CRXSocket.h (modified) * trunk/src/CRXException.cpp (modified) * trunk/src/CRXHttpMessage.cpp (modified) * trunk/src/CRXHttpRequest.cpp (modified) * trunk/src/CRXHttpResponse.cpp (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/CRXSocket.cpp (modified) * trunk/src/main.cpp (modified) #1 change response, threading and proxy work-flow Thu, 08 Nov 2012 08:19:07 GMT cheese [20] * trunk/include/CRXProxy.h (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/main.cpp (modified) #1 fix and arrange exception handling Thu, 08 Nov 2012 08:12:01 GMT cheese [19] * trunk/include/CRXException.h (modified) * trunk/src/CRXException.cpp (modified) * trunk/src/CRXProxy.cpp (modified) * trunk/src/makefile (modified) #1 fix error on linux for r18 Thu, 08 Nov 2012 07:39:42 GMT cheese [18] * trunk/_win/cheroxy/cheroxy.vcproj (modified) * trunk/include/CRXException.h (added) * trunk/include/CRXHttpMessage.h (modified) * trunk/include/CRXProxy.h (added) * trunk/include/CRXSocket.h (modified) * trunk/src/CRXException.cpp (added) * trunk/src/CRXHttpMessage.cpp (modified) * trunk/src/CRXHttpRequest.cpp (modified) * trunk/src/CRXHttpResponse.cpp (modified) * trunk/src/CRXProxy.cpp (added) * trunk/src/CRXSocket.cpp (modified) * trunk/src/main.cpp (modified) #1 work for CRXProxy and CRXException Tue, 06 Nov 2012 07:28:09 GMT cheese [17] * trunk/include/CRXHttpRequest.h (modified) * trunk/src/CRXHttpMessage.cpp (modified) * trunk/src/CRXHttpRequest.cpp (modified) * trunk/src/CRXHttpResponse.cpp (modified) * trunk/src/main.cpp (modified) #1 fix crash bug at some sites like http://msdn.com . Wed, 24 Oct 2012 02:12:11 GMT cheese [14] * trunk/include/CRXSocket.h (modified) * trunk/src/CRXSocket.cpp (modified) * trunk/src/main.cpp (modified) * trunk/src/makefile (modified) #1 add timeout to socket connection and fix test label in makefile Tue, 23 Oct 2012 04:43:54 GMT cheese [10] * trunk/include/CRXMutex.h (added) * trunk/src/CRXMutex.cpp (added) * trunk/src/makefile (modified) #1 add mutex class to trunk. threading module in branch will not be used. Mon, 22 Oct 2012 08:45:31 GMT cheese [5] * trunk/include (added) * trunk/include/CRXHttpMessage.h (added) * trunk/include/CRXHttpRequest.h (added) * trunk/include/CRXHttpResponse.h (added) * trunk/include/CRXSocket.h (added) #1 개발버전 게시