Sign in
chromium
/
external
/
github.com
/
ellzey
/
libevhtp
/
HEAD
0f246e3
Merge branch 'release/1.2.15'
by Nathan French
· 8 years ago
master
1.2.15
564d694
Release v1.2.15, see ChangeLog for details
by Nathan French
· 8 years ago
4c4eb3a
[#26] Use SSL_CTX_use_certificate_chain_file
by Nathan French
· 8 years ago
0848e08
exit failure in example_https when SSL is disabled
by Nathan French
· 8 years ago
6ecf7e7
Add examples/https/README
by Nathan French
· 8 years ago
1e0c241
Added a more extensive SSL sandbox.
by Nathan French
· 8 years ago
282a1c9
added example request pausing app
by Nathan French
· 8 years ago
3467382
Added new virtualhost examples and functions
by Nathan French
· 8 years ago
5f62354
Merge branch 'tonylambiris-develop' into develop
by Nathan French
· 8 years ago
018dec8
check for errors in SSL RAND_(poll|bytes) calls
by Nathan French
· 8 years ago
d3da401
remove silly comment
by Nathan French
· 8 years ago
50b48d8
Merge branch 'develop' of github.com:tonylambiris/libevhtp into develop
by Tony Lambiris
· 8 years ago
4e353ba
Latest revision to support multiple SSL versions
by Tony Lambiris
· 8 years ago
495558a
Latest revision to support multiple SSL versions
by Tony Lambiris
· 8 years ago
cce97ea
Update README.markdown
by Nathan French
· 8 years ago
7735516
updated travis build icon
by Nathan French
· 8 years ago
c797818
updated travis build icon
by Nathan French
· 8 years ago
45003e1
updated travis configuration
by Nathan French
· 8 years ago
f1d2bd1
deprecated unset_hook and set_hook / cleanup
by Nathan French
· 8 years ago
a595c23
Merge tag '1.2.14' into develop
by Nathan French
· 8 years ago
899235d
Merge branch 'release/1.2.14'
by Nathan French
· 8 years ago
1.2.14
1caf646
Release v1.2.14, see ChangeLog for details
by Nathan French
· 8 years ago
0fbe345
Merge branch 'bugfix/oniguruma_security_updates' into develop
by Nathan French
· 8 years ago
02a9e6c
FindLibevent now displays all deps
by Nathan French
· 8 years ago
1230fb8
Remove cmakedefine for SYS_ONIG
by Nathan French
· 8 years ago
739f2b6
Remove use of EVHTP_USE_SYS_ONIG
by Nathan French
· 8 years ago
a31601c
Remove built-in Oniguruma, now rely on system only
by Nathan French
· 8 years ago
0da6bc9
Merge pull request #59 from criticalstack/feature/doxygen-updates
by Nathan French
· 8 years ago
72a645c
update version in Doxyfile
by Nathan French
· 8 years ago
586c33e
Moved public function's comments into evhtp.h
by Nathan French
· 8 years ago
af8ab79
Merge branch 'develop-v2-doxygen' of https://github.com/sftwrngnr/libevhtp into sftwrngnr-develop-v2-doxygen
by Nathan French
· 8 years ago
0fff6bc
SSL logging on handshake errors
by Nathan French
· 8 years ago
9390972
stupid formatting
by Nathan French
· 8 years ago
b5587e2
Merge tag '1.2.13' into develop
by Nathan French
· 8 years ago
df7be10
Merge branch 'release/1.2.13'
by Nathan French
· 8 years ago
1.2.13
420da83
Release v1.2.13, see ChangeLog for details
by Nathan French
· 8 years ago
bec3451
added colors.cmake for pretty printing
by Nathan French
· 8 years ago
4c5dbe2
[#55] More flexible package generation
by Nathan French
· 8 years ago
471b5da
Merge branch 'develop' of github.com:criticalstack/libevhtp into develop
by Nathan French
· 8 years ago
4e62d69
replace cruft in evhtp_unset_all_hooks with for loop
by Nathan French
· 8 years ago
8333422
Merge pull request #55 from tonylambiris/develop
by Nathan French
· 8 years ago
8479c02
Add RPM to package generation
by Tony Lambiris
· 8 years ago
2307737
formatting
by Nathan French
· 8 years ago
b150ebe
Add evhtp_query_free for test_query
by Nathan French
· 8 years ago
e5943ae
Merge branch 'develop' of https://github.com/criticalstack/libevhtp into develop-v2-doxygen
by Dan Henderson
· 8 years ago
9d61350
More documentation.
by Dan Henderson
· 8 years ago
b84223f
Added more documentation.
by Dan Henderson
· 8 years ago
5e8df71
Merge pull request #53 from NathanFrench/feature/ssl_connect_errhandler
by Nathan French
· 8 years ago
1949659
Adding more documentation.
by Dan Henderson
· 8 years ago
bfa459d
Added some brief documentation to a couple of static functions, but it doesn't work as expected.
by Dan Henderson
· 8 years ago
a1f6926
connection_ssl_new log errors to stderr
by Nathan French
· 8 years ago
369fe77
Better error handling for connection_ssl_new
by Nathan French
· 8 years ago
50ab41d
Added doxygen tags. Updated Doxyfile to include more sources and headers.
by Dan Henderson
· 8 years ago
9650124
Merge pull request #46 from sftwrngnr/bug-fix/issue42
by Nathan French
· 8 years ago
c56bd4f
Merge pull request #52 from criticalstack/issue51
by Nathan French
· 8 years ago
49abc00
Merge branch 'develop' of https://github.com/criticalstack/libevhtp into bug-fix/issue42
by Dan Henderson
· 8 years ago
44ddf9a
[Bugfix #51] htp__callback_find_ length check fix
by Nathan French
· 8 years ago
960a788
Update issues template.
by Nathan French
· 8 years ago
440e5b9
Bugfixes and cleanup for htp__connection_writecb_
by Nathan French
· 8 years ago
77a0752
Likely defect fix for issue 42. Check connection->type to ensure that it
by Dan Henderson
· 8 years ago
bb0630c
fixes #43 (no need to check for -ldl or -lrt
by Nathan French
· 8 years ago
12ed7e8
Update LICENSE file (new authors / dates), no other changes
by Nathan French
· 8 years ago
d911f58
Ignore me, just formatting.
by Nathan French
· 8 years ago
7b9d1a2
add onigposix to build dir evhtp if sys not found
by Nathan French
· 8 years ago
7ed1700
Merge branch 'develop' of github.com:criticalstack/libevhtp into develop
by Nathan French
· 8 years ago
db040e9
Parser cleanup.
by Nathan French
· 8 years ago
5029976
Merge pull request #40 from wiedi/develop
by Nathan French
· 8 years ago
0c54892
fix build on SunOS
by Sebastian Wiedenroth
· 8 years ago
17df36f
Merge branch 'develop' of github.com:criticalstack/libevhtp into develop
by Nathan French
· 8 years ago
a59b625
Use evhtp/onig when system version isn't found.
by Nathan French
· 8 years ago
5db4c80
Merge pull request #39 from vincentbernat/fix/evthr-new
by Nathan French
· 8 years ago
3cfeb03
Fix typo in `evthr_new()` function name
by Vincent Bernat
· 8 years ago
de287b0
proper format str for logging in parser
by Nathan French
· 8 years ago
7c13a57
[#38] I'm an idiot, fix for parser_init.
by Nathan French
· 8 years ago
9db2231
[#38] some extra debug logging
by Nathan French
· 8 years ago
76ad658
use evhtp/onig
by Nathan French
· 8 years ago
0a79919
Added some debug logs
by Nathan French
· 8 years ago
ce1f3cf
Merge branch 'develop' of github.com:criticalstack/libevhtp into develop
by Nathan French
· 8 years ago
6f4dc08
transparent reference counting API
by Nathan French
· 8 years ago
2c98506
Make github stop bitching about newlines.
by Nathan French
· 8 years ago
f50cbd0
Merge branch 'vvromanov-develop' into develop
by Nathan French
· 8 years ago
ccf5ce4
minor updates for pull #33
by Nathan French
· 8 years ago
f94cd15
Merge branch 'develop' of https://github.com/vvromanov/libevhtp into vvromanov-develop
by Nathan French
· 8 years ago
f20e5cf
Added EVHTP_DEBUG option (with new logging)
by Nathan French
· 8 years ago
aa8a989
[#31] use CURRENT_SOURCE_DIR instead of SOURCE_DIR in cmake
by Nathan French
· 8 years ago
8149a84
[#32] fix crash in evhtp_unbind_socket when evlistener fails
by Nathan French
· 8 years ago
a31a855
Merge tag '1.2.12-1' into develop
by Nathan French
· 8 years ago
f5e6baa
Merge branch 'hotfix/1.2.12-1'
by Nathan French
· 8 years ago
1.2.12-1
4eb512f
[#34] val_alloc should be checked for 1, not 0
by Nathan French
· 8 years ago
c7906f9
Merge tag '1.2.12' into develop
by Nathan French
· 8 years ago
d5cdb8c
Merge branch 'release/1.2.12'
by Nathan French
· 8 years ago
1.2.12
1317ada
Release v1.2.12 (FINAL)
by Nathan French
· 8 years ago
6833080
No use for strlen() in a loop
by Nathan French
· 8 years ago
ea37928
Eat our own dogfood (use_thread_wexit())
by Nathan French
· 8 years ago
e0a48e1
Fix dead assignments in parser.c
by Nathan French
· 8 years ago
60b85ca
Fix potential null deref in htp__strndup_
by Nathan French
· 8 years ago
fc739df
Merge pull request #35 from NathanFrench/feature/null_handling
by Nathan French
· 8 years ago
acb42cf
I think I worked out most of the potential derefs
by Nathan French
· 8 years ago
613c5bf
adding some struct accessor defines to make life easier
by Nathan French
· 8 years ago
9b552b7
adding more null checks. I wish __attr__(nonull) was portable
by Nathan French
· 8 years ago
Next »