3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update documentation
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
change version number to 3.0rc3
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
add note about client certificates to README
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
fix server name of new webapp template
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
remove unused css from new webapp template
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
new template for a full single page web application
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
add constructor for app::Tntnet to initialize with a tntnet configuration object
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
security fix: call setgroups before setuid
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
zlib supports gzip encoding - use that instead of own implementation
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
add tntnet.xml to mvc demos
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
fix use of minizip
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
setters of tnt::Cookie now return a reference to itself so that they can be chained.
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
set close on exec flag on poll fd also on systems, which do not have epoll_create1
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
improve proxy module * update argument parsing - use named parameter "uri" for target uri * add argument "forwardHeaders", which specifies a comma separated list of headers, which should be forwarded
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
set close on exec flag in epoll fd use epoll_create1 when available; use fcntl to set the flag otherwise
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
Use sendfile(2) always when available. It was a configure option but was broken anyway.
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
use minizip of system if installed
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
fix small bug in chunked enconding howto
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
add missing includes to main.cpp
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
add documentation about client certificates to the man page of tntnet.xml
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
fix for c++11: istream do not have an implicit conversion to bool any more
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
Fix handling send errors When sending fails, tntnet did not handle that correctly. The socket was closed but tntnet tried to wait for more to come from that closed socket.
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
remove obsolete method tnt::httpReply::notAuthorised It has a typo and was there for compatibility.
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
fix: we must not try monitor idle sockets, which are not connected any more
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
fix compile error
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
additional logging statements to poller thread
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
do not stop poller thread when adding idle file descriptor fails
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
fix sta...@tntnet in ssl After using ssl from cxxtools ssl mode of sta...@tntnet was broken. We must not use sendfile on a ssl connection.
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
fix accepting ssl connections
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
add access to peer certificate
maekitalo
as Tommi Mäkitalo
More... over 6 years ago