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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add gdbsym.c object to help with running gdb-to-qemu
Michael Brown
2007-06-30
1
-1
/
+4
*
Obsoleted by downloader.c
Michael Brown
2007-06-28
1
-176
/
+0
*
Added missing config.[ch] lines for FTP protocol
Michael Brown
2007-06-28
1
-0
/
+3
*
Added monojob controller in lieu of a full working shell.
Michael Brown
2007-06-28
2
-0
/
+86
*
Kill off job::start() (it was only ever added as part of an aborted
Michael Brown
2007-06-28
2
-6
/
+0
*
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
2007-06-28
1
-2
/
+2
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-45
/
+0
*
Treat URIs opened via xfer_open() and friends as relative to the
Michael Brown
2007-06-13
1
-5
/
+23
*
Add concept of "current working URI".
Michael Brown
2007-06-12
2
-5
/
+58
*
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-11
1
-1
/
+4
|
\
|
*
Renamed _calloc() to zalloc(), ready to be used as a standalone function.
Michael Brown
2007-06-11
1
-1
/
+4
*
|
Add concept of transfer metadata, to be used by UDP in order to
Michael Brown
2007-06-11
2
-7
/
+27
*
|
Scripts temporarily deregister themselves while executing. This
Michael Brown
2007-06-09
1
-14
/
+0
*
|
Allow xfer_open() to take a struct uri as well as a URI string.
Michael Brown
2007-06-09
2
-15
/
+29
*
|
Use standard xfer_open() argument list for downloader instantiator
Michael Brown
2007-06-09
1
-6
/
+11
*
|
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
12
-87
/
+501
|
\
|
|
*
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
1
-19
/
+220
|
*
Added dirname()
Michael Brown
2007-06-03
1
-0
/
+22
|
*
Added [v]asprintf()
Michael Brown
2007-06-03
1
-0
/
+47
|
*
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them
Michael Brown
2007-05-31
1
-0
/
+39
|
*
Add xfer_[v]printf() functions.
Michael Brown
2007-05-28
1
-0
/
+41
|
*
Make URI structures reference-counted.
Michael Brown
2007-05-28
3
-6
/
+9
|
*
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
1
-13
/
+11
|
*
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
2007-05-26
4
-40
/
+81
|
*
Modify process semantics; rescheduling is now automatic.
Michael Brown
2007-05-26
1
-4
/
+22
|
*
Free I/O buffers when we are finished with them!
Michael Brown
2007-05-25
1
-1
/
+4
*
|
Update HTTP to use data-xfer interface.
Michael Brown
2007-05-29
1
-20
/
+13
*
|
Introduce name resolution interface and named socket opener.
Michael Brown
2007-05-27
1
-74
/
+352
|
/
*
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
1
-4
/
+9
*
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
1
-0
/
+74
*
Added POSIX-style blocking I/O calls, for use by PXE TFTP API.
Michael Brown
2007-05-18
1
-0
/
+332
*
Prefix all the open()-family routines with xfer_, to disambiguate them
Michael Brown
2007-05-18
3
-14
/
+15
*
Do not hold self-references. This then avoids the problem of having to
Michael Brown
2007-05-15
4
-25
/
+60
*
Data-transfer interface should now be functionally complete.
Michael Brown
2007-05-15
3
-41
/
+182
*
Initial sketch for a downloader object
Michael Brown
2007-05-01
1
-0
/
+276
*
Add start() event
Michael Brown
2007-05-01
2
-34
/
+53
*
Clarify behaviour of plug() by using intf_put() and intf_get().
Michael Brown
2007-05-01
1
-3
/
+2
*
D'oh
Michael Brown
2007-04-30
1
-2
/
+2
*
Added plug_plug()
Michael Brown
2007-04-30
1
-0
/
+15
*
Add (and use) generic reference counter, to improve signal:noise ratio
Michael Brown
2007-04-30
4
-42
/
+78
*
Skeleton job control interface
Michael Brown
2007-04-29
1
-0
/
+77
*
Add seek()
Michael Brown
2007-04-29
2
-22
/
+79
*
Preliminary support for opening data-transfer interfaces
Michael Brown
2007-04-28
2
-12
/
+208
[next]