index
:
bounce4
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core.cpp
(
follow
)
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-01-20
add MobileClient class and move some bits into it
Treeki
1
-47
/
+67
2014-01-20
add server management functions to NetCore
Treeki
1
-6
/
+28
2014-01-20
refactoring: replace global state with NetCore and Bouncer classes
Treeki
1
-48
/
+63
2014-01-20
move global TLS init into a separate function
Treeki
1
-13
/
+21
2014-01-19
fix lots more bugs in both the bouncer and client
Treeki
1
-12
/
+31
2014-01-17
flesh out the Python client more to add connect/disconnect commands, and fix ↵
Treeki
1
-26
/
+59
various bugs
2014-01-17
implement support for the buffered packets protocol into the bouncer, and ↵
Treeki
1
-63
/
+173
partial support into the Python client
2014-01-17
lots of code cleanup, add session resuming, add simple python client for testing
Treeki
1
-95
/
+167
2014-01-16
rename a couple of TLS-related variables to clearer names
Treeki
1
-19
/
+20
2014-01-16
oops, forgot to change one call to use SocketRWCommon::hasTlsPendingData
Treeki
1
-2
/
+1
2014-01-16
refactor a bunch of socket stuff to be more DRY, fix client SSL handshakes ↵
Treeki
1
-150
/
+111
blocking
2014-01-16
initial commit of stuff
Treeki
1
-0
/
+745