Menu

Code Commit Log


Commit Date  
[r49] by glynos

Updated tests with patch. https://sourceforge.net/mailarchive/forum.php?thread_name=eb301af30808100222oda275aaj51bd341719b8a4de%40mail.gmail.com&forum_name=cpp-netlib-devel

2008-08-10 09:35:31 Tree
[r48] by mikhail_beris

Fixing CGI script that doesn't respond correctly with HTTP headers.
Adding BOOST_REQUIRE_NO_THROW() to calls to client.get(...) in cgi_test.

2008-08-09 13:39:19 Tree
[r47] by mikhail_beris

Making some to fix compilation error issues in MSVC, addresses build issues with Asio headers and namespace clash in HTTP client implementation.

2008-08-08 19:33:40 Tree
[r46] by mikhail_beris

Better handling of received headers to remove leading/trailing white space.

2008-08-08 08:44:20 Tree
[r45] by mikhail_beris

Changes:
- making basic_request<Tag> inherit from basic_message<Tag>
- implementing stub http::errors namespace
- re-implementing HTTP client to use lower level ASIO constructs instead of high level stream interface
- refactoring traits from Tags

2008-08-07 09:38:49 Tree
[r44] by divye

Fixed incorrect string comparison in test cases. The code now uses std::mismatch to find the point of difference.
Fixed "fatal error" test report on linux on sending a signal to the python server to shut down. The code no longer waits for the shut down of the server, however, a method to kill the server process safely has to be found for both linux and windows to ensure complete automation of regression tests.

2008-07-02 00:15:30 Tree
[r43] by divye

Fixed the header parsing code to remove extra '\r' before saving headers.
Fixed loss of newlines in the body due to missing '\n' after a getline call.

2008-07-01 23:24:12 Tree
[r42] by divye

Minor Changes: Prevent a buffer overflow in strcmp calls. Fix the file_not_found test to ensure the presence of a body even in the case of an error response. Fix its associated comment.

2008-07-01 21:58:24 Tree
[r41] by divye

Test suite that uses the python server to test the proper operation of http::client.

Jamfile.v2: updated to include the localhost_tests.cpp

localhost_tests.cpp: A set of 10 test suites that check the operation of http::client.

2008-07-01 20:32:38 Tree
[r40] by divye

Added code for a lightweight python server that allows for testing the http::client code against a real world web server.
cgi_server.py : The main python script that sets up an http server at port 8000 on localhost.

cgi-bin/requestinfo.py : A CGI script that returns very few content headers and no content-length header.

test.xml : A sample text file. It is used to check correct processing of textual data and line endings.

boost.jpg : A jpeg image that is used to check the correct processing of binary data containing line endings.

2008-07-01 20:28:19 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.