This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ghopp
/
taskrambler
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
306
Commits
8
Branches
10
Tags
3.6 MiB
Tree:
3300067ba3
0.1.7
master
next
release0.1.5
release0.1.6
release0.1.7
v0.1.8
v0.1.9
0.1.8
0.1.9
v0.1
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.1.7
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3300067ba3'
${ noResults }
Commit Graph
34 Commits (3300067ba38364f228e79713dbcbb32758b3a252)
Author
SHA1
Message
Date
Georg Hopp
ac0d6e79c6
NSA makes me paranoid ... try to get best supported cipher of the used browser and don't use RC4 at all
12 years ago
Georg Hopp
0b2c60abc9
remove not used variable
12 years ago
Georg Hopp
c43dfe6828
just change indenting
12 years ago
Georg Hopp
32816524e9
if I have a socketNonblock method I should better use it. :D
12 years ago
Georg Hopp
8710078a03
build shared libraries from the parts that might be useful on their on and let taskrambler use them
12 years ago
Georg Hopp
6641a952dc
now dummy self signed certificates are generated during build and installed, so ssl works with the installed taskrambler
12 years ago
Georg Hopp
7005c8860a
make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented.
12 years ago
Georg Hopp
6bc2df8686
use dragonegg config
12 years ago
Georg Hopp
d1ebca057b
accept as much as possible and stop processing as soon as possible
12 years ago
Georg Hopp
3cb4fb8e22
fix return value...the situation should result in a connection close.
12 years ago
Georg Hopp
2429393218
improved ssl write error handling...this hopefully fixes occasionally crashes when using ssl
12 years ago
Georg Hopp
1bf8ec7c9c
use any value less than 0 as event done for ssl accept.
12 years ago
Georg Hopp
16f7a42968
checked SSL support, the only thing that was really broken was the error handling while reading data... well maybe writing has also bugs, but it works.
12 years ago
Georg Hopp
577b8ffa13
fix deactivation of SSL
12 years ago
Georg Hopp
7ebd5a6a00
add subdir-objects to each Makefile.am
12 years ago
Georg Hopp
d3e7244592
disabled SSL support for now, cause it seems that it crashed the whole thing right now.
12 years ago
Georg Hopp
1249d85779
a fix in size of asset names and change in logging
12 years ago
Georg Hopp
c8dc541c48
use now my own tree implementation as base for my hashes....sadly this thing is leaking memory again...on the other hand I workarounded the problem of a sometimes occuring infinite loop within connect.
12 years ago
Georg Hopp
417b9f6d8f
most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees.
12 years ago
Georg Hopp
ac5b20e9ff
as I currently have no idea whats the problem I first fixed all warnings...included the ldap warnings that where caused by the use of deprecated ldap_simple_bind_s and ldap_unbind_s.
12 years ago
Georg Hopp
85a33ab3fd
I think the problem with keep-alive and concurrency is fixed...the handling in serverRun was still not ok for the non blocking sockets.
12 years ago
Georg Hopp
56fdd4bd00
changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess...
12 years ago
Georg Hopp
0e1ec66463
this is a huge one...removed cbuf for writing again.... This is not needed any more because I use memory mapped io for these. Additionally sanitised write error handling somewhat...anyway, under huge load I still observer unexpected connection closes. But maybe this is related to interrupt while reading...(reading is not handled very well right now)
12 years ago
Georg Hopp
d235aaef32
try to use memory mapped io for asset access, but this one leaks like a rotten barge
12 years ago
Georg Hopp
a8b362f89d
fix some warnings
12 years ago
Georg Hopp
b832eea81c
change build system to accept CFLAGS
12 years ago
Georg Hopp
04b090cf30
probably fixed problem in main look under load. This still has to be tested.
12 years ago
Georg Hopp
b23ca703e8
replace calloc in server.c with quick fit approach
12 years ago
Georg Hopp
7ce2adf1fe
only code format changes
12 years ago
Georg Hopp
db197db182
Now all classes are moved in according archives. Coming closer to the original purpose of the class construct to build small independent reusable code fragments.
14 years ago
Georg Hopp
7a717ad8f0
moved logger to separate archive
14 years ago
Georg Hopp
dd9d49d5a9
made all class and interface basics to a small lib. This is the first one. All other parts will become libs too. Right now these are only static libs but this way its easy to split them out if needed
14 years ago
Georg Hopp
61f8dc58e1
add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C).
14 years ago
Georg Hopp
fa02368ab8
initial fork from server project
14 years ago