sublimator
d90ec5f06c
Normalize sort paths in Visual Studio project generator
2014-09-08 11:17:40 -07:00
Nik Bougalis
624a803955
Handle whitespace separating an 'ip port' correctly (RIPD-552)
2014-09-04 12:26:27 -07:00
Vinnie Falco
c65fb91878
Fix special members for http classes
2014-08-28 12:38:03 -07:00
Vinnie Falco
f97ef7039a
HTTP message and parser improvements:
...
* streambuf wrapper supports rvalue move
* message class holds a complete HTTP message
* body class holds the HTTP content body
* headers class holds RFC-compliant HTTP headers
* basic_parser provides class interface to joyent's http-parser
* parser class parses into a message object
* Remove unused http get client free function
* unit test for parsing malformed messages
2014-08-27 18:06:30 -04:00
Edward Hennis
612bb71165
Add enable_if_lvalue
2014-08-27 17:10:24 -04:00
Tom Ritchford
e024e7c2ec
Compile git tags now include name and branch. (RIPD-493)
2014-08-22 18:10:17 -04:00
Vinnie Falco
7230ef41ee
Fix warnings and compile errors
2014-08-20 17:44:00 -07:00
Scott Schurr
019c1af435
Use aged containers in Validators module (RIPD-349)
2014-08-20 16:09:51 -07:00
Vinnie Falco
5322955f2b
Fix exception safety in aged containers
2014-08-20 16:09:50 -07:00
Howard Hinnant
a8ea4ce283
Fix move constructor of aged_unordered_container (RIPD-490)
2014-08-20 16:08:59 -07:00
Tom Ritchford
c841f8b360
Add the git tag to the compile (RIPD-238)
2014-08-08 19:16:33 -07:00
Nik Bougalis
27b48bc16e
Refactor beast::SemanticVersion (RIPD-199)
2014-08-08 14:57:39 -07:00
Vinnie Falco
54f3a83e25
Fix missing return values in headers_t
2014-08-05 16:43:13 -07:00
Vinnie Falco
723d7d1263
HTTP support improvements:
...
* RFC2616 compliance
* Case insensitive equality, inequality operators for strings
* Improvements to http::parser
* Tidy up HTTP method enumeration
2014-08-05 13:17:01 -07:00
Scott Schurr
298572893e
Improvements to aged_containers (RIPD-363)
...
- Added unit tests for element erase
- Added unit tests for range erase
- Added unit tests for touch
- Added unit tests for iterators and reverse_iterators
- Un-inlined operator== for unordered containers
- Fixed minor problems with ordered_container erase()
- Made ordered_container...
- erase (reverse_iterator pos) not compile
- erase (reverse_iterator first, reverse_iterator last) not compile
- touch (reverse iterator pos) not compile
- Verified that ordered container...
- insert() already rejects reverse_iterator
- emplace_hint() already rejects reverse_iterator
- Made set/multiset iterators const
Regarding the set/multiset iterators, see section 1.5 of
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2913.pdf
as pointed out by Vinnie.
2014-08-04 15:25:30 -07:00
evhub
9eb34f542c
More fixes to VSProject sorting algorithm
2014-07-30 08:56:54 -07:00
Howard Hinnant
e6f4eedb1e
Tidy up hardened_hash:
...
* Added siphash as a HashAlgorithm
* Refactored class responsibilities
2014-07-28 09:06:22 -07:00
Vinnie Falco
c5b963141f
Fix intrinsic calls in static_initializer
2014-07-28 09:04:41 -07:00
Vinnie Falco
87351c8a0c
Add HTTPHeaders::build_map
2014-07-24 20:18:51 -07:00
Vinnie Falco
2f5fb1e68e
Make bind_handler variadic ctor explicit
2014-07-24 20:18:51 -07:00
Tom Ritchford
96e1ec6d31
Fix build warnings and .gitignore.
...
* Comment out unused local function for both clang and g++.
* Get rid of numerous Boost warnings for clang.
* Remove some unused local variables.
* Put TAGS into the .gitignore.
2014-07-24 20:18:51 -07:00
Miguel Portilla
6c09a02099
Workaround gcc bug with static_initializer default ctor
2014-07-17 18:00:43 -07:00
Vinnie Falco
f876ad973f
Fix static_initializer: …
...
* Prevents double construction, invalid access
* Unit test works on MSVC and non MSVC
2014-07-16 16:43:17 -07:00
Vinnie Falco
3e9c702c47
Support stream composition of testcase names
2014-07-15 18:23:01 -07:00
evhub
8dc0844c79
Fix VSProject item sorting (again)
...
Conflicts:
src/beast/site_scons/site_tools/VSProject.py
2014-07-15 12:51:57 -07:00
evhub
b4735b5931
Fix VSProject item sorting:
...
* Use object type in the sort key
* Call _key recursively over containers
* Prevent passing of iterators to xsorted
* Fix VSProject generator with new sorting
2014-07-14 10:04:07 -07:00
Tom Ritchford
d7e08f96a5
Various tidying:
...
* Fix unused variable warnings.
* Clean unused items from TER.
* Improvement to LES use of shared_ptr.
2014-07-10 15:11:33 -07:00
Howard Hinnant
fac82204b6
Remove boost::hash_value() overloads.
...
This addresses https://ripplelabs.atlassian.net/browse/RIPD-102
2014-07-02 15:33:11 -07:00
Vinnie Falco
f207b6b4c9
Improvements to HTTP parsing
2014-06-26 17:41:12 -07:00
Miguel Portilla
686cc599a2
Add ASIO strand to StatsDCollector
2014-06-26 12:03:51 -07:00
Vinnie Falco
92983556a0
Fix bug in VSProject when no LIBPATH in env
2014-06-26 12:03:51 -07:00
Howard Hinnant
23dc08c925
Improve Journal logging framework:
...
* Allow partition log levels to be adjusted
* Cleanups
2014-06-23 20:19:53 -07:00
Vinnie Falco
488a44b88e
Fix case-sensitivity for NOLOGO in booltable
2014-06-18 17:04:31 -07:00
evhub
d7a6627a1f
Fixes to VSProject generator:
...
* Canonical sorting for all platforms
* Fix incorrect path separator
* Filter predefined duplicate environment switches
2014-06-18 16:38:26 -07:00
Vinnie Falco
3e2c3ba035
Add missing beast includes
2014-06-18 14:07:18 -07:00
evhub
27a4f44de5
Process switches with regex in VSProject generator:
...
* Handles "DisableSpecificWarnings" switches
2014-06-16 19:01:28 -07:00
Vinnie Falco
a57e4263d7
Fix MSVC workaround in basic_seconds_clock
2014-06-16 16:18:09 -07:00
Vinnie Falco
3d58f0d941
Add static_initializer
2014-06-16 16:18:09 -07:00
Vinnie Falco
7a059c7a73
Remove ScopedPointer, ContainerDeletePolicy
2014-06-15 18:35:12 -07:00
Vinnie Falco
506910147f
Tidy up includes:
...
* Replace boost with std equivalents:
- bind, ref, cref, function, placeholders
* More "include what you use"
* Remove unnecessary includes
2014-06-15 18:26:50 -07:00
Vinnie Falco
d965b23b2a
Add missing beast includes
2014-06-15 12:37:52 -07:00
Miguel Portilla
f25456ce25
Fix VSProject.py extra dot
2014-06-05 17:47:46 -07:00
Vinnie Falco
4f1d1d2a8a
Reorganize source file hierarchy:
...
* Rename unity files
* Move some modules to new subdirectories
* Remove obsolete Visual Studio project files
* Remove obsolete coding style and TODO list
2014-06-03 21:43:59 -07:00
Tom Ritchford
39a387b54c
Check for openSSL version in SConstruct.
...
* Uses the platform specific openssl binary to detect the current version.
2014-06-02 10:56:21 -07:00
Vinnie Falco
560071bb68
Make all include paths relative to a root directory:
...
* Better include path support in the VSProject scons tool.
* Various manual fixes to include paths.
2014-06-02 09:16:28 -07:00
Vinnie Falco
72bc4ebf37
Fix VSProject generator item sort
2014-05-28 16:35:02 -07:00
Tom Ritchford
353f32e6af
Fix a few warnings
2014-05-28 09:28:50 -07:00
Vinnie Falco
0f1e292e34
New http::client_session for making requests:
...
- Add 10,000 popular URL data set for unit tests
2014-05-28 08:31:45 -07:00
Vinnie Falco
195957a7cc
Add ci_char_traits
2014-05-28 07:30:02 -07:00
Vinnie Falco
eb122f45f9
Tidy up includes
2014-05-28 07:29:59 -07:00