- 26 Feb, 2016 4 commits
-
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 25 Feb, 2016 3 commits
-
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
XML constructs ("</!--" and "</!CDATA[[" from confusing it.
-
Poul-Henning Kamp authored
barely concealed evil grin.
-
- 24 Feb, 2016 11 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
starts.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
VRT_MINOR_VERSION needs to be incremented for the 4.1 branch.
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Martin Blix Grydeland authored
Original test case by fgsch Fixes: #1858
-
- 23 Feb, 2016 22 commits
-
-
Federico G. Schwindt authored
Pointed out by nirn on irc.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Martin Blix Grydeland authored
This keeps the increment and decrement in the same compilation unit.
-
Martin Blix Grydeland authored
n_objectcore is incremented by ObjNew(), so HSH_Insert() should not increase it again.
-
Martin Blix Grydeland authored
HSH_Insert() needs to take the same precautions as HSH_Unbusy() in order to not race against e.g. the ban lurker. In order to do this, we pass it the ban that the objcore should be associated with, and it will take care of calling BAN_RefBan() correctly.
-
Martin Blix Grydeland authored
BAN_FindBan looks up a ban based on a ban timestamp and returns a pointer to the ban. Returns NULL if no ban with that timestamp is present. BAN_RefBan takes an objcore and a ban. It grabs a reference to the ban and associates the objcore with that ban.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Fixed size attributes has it's space always reserved. Variable size attributes change in size, and their combined total length needs to be given to allocobj. Auxiliary attributes do not need to be predeclared. The code for setting and getting the attributes is generated from a table that lists the different attributes according to their type. Add documentation about the behaviour of the get/set functions.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
This is to make it clear that one can not change an object attribute through the returned pointer from ObjGetattr()
-
Martin Blix Grydeland authored
The objcore won't gain a boc in a way that would call for locking the OH when checking if it wasn't there in the first place. So if the oc->boc is NULL, return early. This saves a mutex lock/unlock in the common case.
-
Poul-Henning Kamp authored
only once, once we know it.
-
Poul-Henning Kamp authored
This allows Martin to stash attributes on going into BOS_STREAM.
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
a request for zero bytes. Suggested by: github::onovy
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
This has been available via the std module for some time now. OK'd by phk@.
-