index
:
minecproxy.git
master
Unnamed repository; edit this file 'description' to name the repository.
David Härdeman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proxy.c
Age
Commit message (
Expand
)
Author
2020-06-16
Fixup remaining missed cases of debugging
David Härdeman
2020-06-16
Convert cfgdir and proxy to use debugging
David Härdeman
2020-06-11
Oops....fixup connect_any callback throughout
David Härdeman
2020-06-11
Use struct connect for the client connection as well in proxy
David Härdeman
2020-06-11
Create a helper function to loop through different possible connections and c...
David Härdeman
2020-06-11
Add some socket options to minecraft protocol sockets
David Härdeman
2020-06-11
Slightly less log spam
David Härdeman
2020-06-11
EiB is also cool
David Härdeman
2020-06-10
Make all sockets close-on-exec
David Härdeman
2020-06-10
Improve proxy handling
David Härdeman
2020-06-10
Improve refcounting
David Härdeman
2020-06-10
Implement proper proxy shutdown
David Härdeman
2020-06-10
Improve memdebug, add basic proxy stats
David Härdeman
2020-06-10
Add some basic memory tracking infrastructure while hacking
David Härdeman
2020-06-10
Convert proxy to use task_buf as well
David Härdeman
2020-06-05
Add enough functionality to actually be able to proxy a connection
David Härdeman
2020-06-05
Implement more proxy functionality
David Härdeman
2020-06-05
Split out active proxy connection handling to separate file
David Härdeman