summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use standard xfer_open() argument list for downloader instantiatorMichael Brown2007-06-092-9/+14
* Add reference counting to register/unregister procedure.Michael Brown2007-06-091-0/+32
* Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-081-1/+1
|\
| * Updated email mdc's email addressMarty Connor2007-06-081-1/+1
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-0827-1043/+789Star
|\|
| * 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
* | Should call ftp_done() if constructor fails.Michael Brown2007-05-291-0/+1
* | Update HTTP to use data-xfer interface.Michael Brown2007-05-294-285/+269Star
* | Updated FTP to use data-xfer API.Michael Brown2007-05-282-230/+206Star
* | Add sanity check and extra debug messageMichael Brown2007-05-281-0/+5
* | Introduce name resolution interface and named socket opener.Michael Brown2007-05-273-95/+485
* | Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.Michael Brown2007-05-261-12/+20
* | Modify data-xfer semantics: it is no longer necessary to call one ofMichael Brown2007-05-261-42/+11Star
* | Updated tcp.c to provide a standardised data transfer interface.Michael Brown2007-05-252-350/+406
|/
* 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