Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Support minus character in attribute expressionsArthur de Jong2021-10-171-7/+7
* Various spelling fixesArthur de Jong2019-09-174-16/+16
* Mark case blocks without break statementArthur de Jong2018-02-171-1/+2
* Support substituting expresions of type ${var:offset:length}Giovanni Mascellani2016-06-031-0/+51
* Refactor out expression parsing to functionsArthur de Jong2016-05-241-68/+101
* Use correct PIC arg for non-GCC compilersTim Rice2015-03-231-1/+1
* Fix formatting of size_t valuesPatrick McLean2015-03-141-2/+2
* Clear proper buffer lengthArthur de Jong2014-06-061-2/+2
* Clear buffers before free-ingArthur de Jong2014-05-171-1/+3
* Interpret transferred integers as signed againArthur de Jong2014-03-101-2/+2
* Use djb2 hash in dict moduleArthur de Jong2013-10-141-4/+5
* Also support poll() returning EAGAINArthur de Jong2013-09-151-3/+3
* Use clock_gettime() instead of gettimeofday()Arthur de Jong2013-09-021-12/+21
* Use normal timeout handling in tio_skipall()Arthur de Jong2013-08-312-14/+6
* Refactor tio_wait()Arthur de Jong2013-08-311-21/+11
* Fix buffer overflow on interupted readArthur de Jong2013-08-311-2/+2
* Use a timeout when skipping remaining result dataArthur de Jong2013-08-302-4/+4
* Fix for common spelling mistakeArthur de Jong2013-08-281-1/+1
* fix the description of the tio_time_remaining() functionArthur de Jong2013-03-091-2/+3
* update the trimming expressions code to follow the new co...Arthur de Jong2013-03-031-44/+26
* allow trimming expressions with ${foo#bar} syntax in nslcdThorsten Glaser2013-03-031-0/+62
* restructure timeout calculation in tio to reduce the numb...Arthur de Jong2013-01-181-41/+30
* log hex values when debugging the protocolArthur de Jong2013-01-051-3/+3
* update C coding style to a more commonly used styleArthur de Jong2012-12-2210-575/+601
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-20/+26
* update microseconds when setting deadline, not seconds (t...Arthur de Jong2012-12-081-1/+1
* make test even more verbose and set number of writes back...Arthur de Jong2012-12-061-1/+1
* set FD_CLOEXEC in NSS and PAM modules to ensure that nslc...Arthur de Jong2012-11-111-0/+6
* allow attribute options in attribute mapping expressionsArthur de Jong2012-10-191-1/+1
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-123-102/+50
* check if the file descriptor can be stored in the select(...Arthur de Jong2012-10-121-0/+15
* provide a compatibility definition of SUN_LEN() for syste...Arthur de Jong2012-05-091-1/+2
* split the functionality to read everything from the strea...Arthur de Jong2012-04-262-12/+28
* read any remaining available data from the stream when cl...Arthur de Jong2012-03-142-4/+35
* ensure that we don't try to read more than SSIZE_MAX bytesArthur de Jong2012-03-141-2/+9
* pass the correct size of named socket address (fixes Free...Arthur de Jong2012-01-171-1/+1
* handle expressions where the expander function returns NU...Arthur de Jong2011-06-051-0/+4
* switch variable expander function type name because _t su...Arthur de Jong2011-05-132-7/+7
* tv_usec in struct timeval must be lower than 1000000 (pat...Arthur de Jong2011-03-311-1/+1
* small code improvementsArthur de Jong2011-03-191-1/+2
* fix a problem in the timeout paramater that was being pas...Arthur de Jong2011-03-141-1/+1
* update copyright headers to add missing yearsArthur de Jong2011-03-101-1/+1
* return connection reset when connection was closed by the...Arthur de Jong2010-12-261-1/+6
* pass the actual size of the address family and the path l...Arthur de Jong2010-11-041-1/+1
* implement dict_getany() and set_pop() functions to be abl...Arthur de Jong2010-10-154-1/+35
* make DICTs and SETs case-sensitiveArthur de Jong2010-10-153-16/+14
* also don't expand variables in rest of ${var:+rest} expre...Arthur de Jong2010-08-141-3/+12
* do not expand variables in rest of ${var:-rest} expressio...Arthur de Jong2010-08-141-5/+18
* make include guard names consistent throughout the source...Arthur de Jong2010-06-145-15/+15
* remove commented out memberOf and ipNetmaskNumber attribu...Arthur de Jong2010-06-121-1/+0