index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard xfer_open() argument list for downloader instantiator
Michael Brown
2007-06-09
2
-9
/
+14
*
Add reference counting to register/unregister procedure.
Michael Brown
2007-06-09
1
-0
/
+32
*
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-08
1
-1
/
+1
|
\
|
*
Updated email mdc's email address
Marty Connor
2007-06-08
1
-1
/
+1
*
|
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-08
27
-1043
/
+789
|
\
|
|
*
Conflicts with native asn1.c
Michael Brown
2007-06-08
1
-867
/
+0
|
*
Add a couple of tests for the URI parsing and resolving code.
Michael Brown
2007-06-03
1
-0
/
+145
|
*
Added missing va_end()
Michael Brown
2007-06-03
1
-0
/
+1
|
*
Add facility for resolving base+relative URIs (and paths).
Michael Brown
2007-06-03
2
-20
/
+227
|
*
Added dirname()
Michael Brown
2007-06-03
2
-1
/
+24
|
*
Added [v]asprintf()
Michael Brown
2007-06-03
2
-0
/
+52
|
*
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them
Michael Brown
2007-05-31
3
-26
/
+44
|
*
Add xfer_[v]printf() functions.
Michael Brown
2007-05-28
2
-0
/
+45
|
*
Make URI structures reference-counted.
Michael Brown
2007-05-28
5
-14
/
+27
|
*
Move increment/decrement debug messages to DBG2 level
Michael Brown
2007-05-27
1
-4
/
+4
|
*
Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.
Michael Brown
2007-05-26
3
-50
/
+43
|
*
Added EPIPE description.
Michael Brown
2007-05-26
1
-0
/
+1
|
*
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
2007-05-26
5
-41
/
+96
|
*
Modify process semantics; rescheduling is now automatic.
Michael Brown
2007-05-26
5
-19
/
+76
|
*
Free I/O buffers when we are finished with them!
Michael Brown
2007-05-25
1
-1
/
+4
*
|
Should call ftp_done() if constructor fails.
Michael Brown
2007-05-29
1
-0
/
+1
*
|
Update HTTP to use data-xfer interface.
Michael Brown
2007-05-29
4
-285
/
+269
*
|
Updated FTP to use data-xfer API.
Michael Brown
2007-05-28
2
-230
/
+206
*
|
Add sanity check and extra debug message
Michael Brown
2007-05-28
1
-0
/
+5
*
|
Introduce name resolution interface and named socket opener.
Michael Brown
2007-05-27
3
-95
/
+485
*
|
Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.
Michael Brown
2007-05-26
1
-12
/
+20
*
|
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
2007-05-26
1
-42
/
+11
*
|
Updated tcp.c to provide a standardised data transfer interface.
Michael Brown
2007-05-25
2
-350
/
+406
|
/
*
Use list_for_each_entry_safe() when flushing queue.
Michael Brown
2007-05-20
1
-1
/
+2
*
Add local address to socket openers.
Michael Brown
2007-05-19
2
-7
/
+15
*
Rename pkbpad.c to iobpad.c
Michael Brown
2007-05-19
1
-0
/
+0
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
25
-665
/
+429
*
Add explicit "freeing" debug messages.
Michael Brown
2007-05-18
1
-0
/
+3
*
Must request data before anything actually happens...
Michael Brown
2007-05-18
1
-0
/
+4
*
Add debugging
Michael Brown
2007-05-18
1
-0
/
+2
*
Add alloc_iob() and free_iob(). (Direct search-and-replace
Michael Brown
2007-05-18
2
-39
/
+133
*
Updated to use POSIX-style file I/O layer.
Michael Brown
2007-05-18
1
-298
/
+149
*
Added POSIX-style blocking I/O calls, for use by PXE TFTP API.
Michael Brown
2007-05-18
2
-0
/
+363
*
Allow construction of PXE status code from internal error number.
Michael Brown
2007-05-18
1
-0
/
+3
*
Prefix all the open()-family routines with xfer_, to disambiguate them
Michael Brown
2007-05-18
4
-19
/
+21
*
Do not hold self-references. This then avoids the problem of having to
Michael Brown
2007-05-15
7
-38
/
+96
*
Data-transfer interface should now be functionally complete.
Michael Brown
2007-05-15
4
-73
/
+243
*
Add always_inline attribute to force gcc to inline single-instruction
Michael Brown
2007-05-01
2
-4
/
+4
*
Added (non-functional) reference count to struct image
Michael Brown
2007-05-01
1
-0
/
+24
*
Initial sketch for a downloader object
Michael Brown
2007-05-01
2
-0
/
+293
*
Add start() event
Michael Brown
2007-05-01
4
-61
/
+136
*
Clarify behaviour of plug() by using intf_put() and intf_get().
Michael Brown
2007-05-01
2
-3
/
+22
*
Document the fact that a zeroed-out refcounted object will behave in
Michael Brown
2007-05-01
1
-0
/
+5
*
D'oh
Michael Brown
2007-04-30
1
-2
/
+2
*
Added plug_plug()
Michael Brown
2007-04-30
2
-0
/
+16
[next]