summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename .cvsignore files to .gitignoreMichael Brown2007-06-095-0/+0
* Update email addresses in driversMarty Connor2007-06-094-8/+9
* Updated email mdc's email addressMarty Connor2007-06-081-1/+1
* Conflicts with native asn1.cMichael Brown2007-06-081-867/+0Star
* Add a couple of tests for the URI parsing and resolving code.Michael Brown2007-06-031-0/+145
* Added missing va_end()Michael Brown2007-06-031-0/+1
* Add facility for resolving base+relative URIs (and paths).Michael Brown2007-06-032-20/+227
* Added dirname()Michael Brown2007-06-032-1/+24
* Added [v]asprintf()Michael Brown2007-06-032-0/+52
* Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need themMichael Brown2007-05-313-26/+44
* Add xfer_[v]printf() functions.Michael Brown2007-05-282-0/+45
* Make URI structures reference-counted.Michael Brown2007-05-285-14/+27
* Move increment/decrement debug messages to DBG2 levelMichael Brown2007-05-271-4/+4
* Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.Michael Brown2007-05-263-50/+43Star
* Added EPIPE description.Michael Brown2007-05-261-0/+1
* Modify data-xfer semantics: it is no longer necessary to call one ofMichael Brown2007-05-265-41/+96
* Modify process semantics; rescheduling is now automatic.Michael Brown2007-05-265-19/+76
* Free I/O buffers when we are finished with them!Michael Brown2007-05-251-1/+4
* Use list_for_each_entry_safe() when flushing queue.Michael Brown2007-05-201-1/+2
* Add local address to socket openers.Michael Brown2007-05-192-7/+15
* Rename pkbpad.c to iobpad.cMichael Brown2007-05-191-0/+0
* pkbuff->iobuf changeoverMichael Brown2007-05-1925-665/+429Star
* Add explicit "freeing" debug messages.Michael Brown2007-05-181-0/+3
* Must request data before anything actually happens...Michael Brown2007-05-181-0/+4
* Add debuggingMichael Brown2007-05-181-0/+2
* Add alloc_iob() and free_iob(). (Direct search-and-replaceMichael Brown2007-05-182-39/+133
* Updated to use POSIX-style file I/O layer.Michael Brown2007-05-181-298/+149Star
* Added POSIX-style blocking I/O calls, for use by PXE TFTP API.Michael Brown2007-05-182-0/+363
* Allow construction of PXE status code from internal error number.Michael Brown2007-05-181-0/+3
* Prefix all the open()-family routines with xfer_, to disambiguate themMichael Brown2007-05-184-19/+21
* Do not hold self-references. This then avoids the problem of having toMichael Brown2007-05-157-38/+96
* Data-transfer interface should now be functionally complete.Michael Brown2007-05-154-73/+243
* Add always_inline attribute to force gcc to inline single-instructionMichael Brown2007-05-012-4/+4
* Added (non-functional) reference count to struct imageMichael Brown2007-05-011-0/+24
* Initial sketch for a downloader objectMichael Brown2007-05-012-0/+293
* Add start() eventMichael Brown2007-05-014-61/+136
* Clarify behaviour of plug() by using intf_put() and intf_get().Michael Brown2007-05-012-3/+22
* Document the fact that a zeroed-out refcounted object will behave inMichael Brown2007-05-011-0/+5
* D'ohMichael Brown2007-04-301-2/+2
* Added plug_plug()Michael Brown2007-04-302-0/+16
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-308-58/+128
* Skeleton job control interfaceMichael Brown2007-04-292-0/+201
* Add seek()Michael Brown2007-04-294-38/+137
* Preliminary support for opening data-transfer interfacesMichael Brown2007-04-284-18/+325
* Added PF_INET[6] and SOCK_{STREAM,DGRAM} definitions and debugMichael Brown2007-04-281-3/+56
* Added deliver-as-iobuf/deliver-as-raw concepts.Michael Brown2007-04-272-6/+91
* Initial sketch for the generic data-transfer interface.Michael Brown2007-04-275-0/+417
* Trivial ASN.1 decoding functions.Michael Brown2007-04-212-0/+191
* hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister2007-04-095-3/+26
* hoffmeis: Fixing situation where absence of a newdata() handler for UDPAnselm Martin Hoffmeister2007-04-091-5/+10