platform/upstream/syslinux.git
2011-04-25 H. Peter Anvincore: dynamically size the heap
2011-04-25 H. Peter Anvincore: layout.inc: remove duplicate .stack segment defin...
2011-04-25 H. Peter AnvinPXE Cleanups, allow for 128 open files
2011-04-25 H. Peter AnvinNEWS: document FTP syslinux-4.10-pre5
2011-04-25 H. Peter Anvinpxe: use a separate poll thread instead of using an...
2011-04-25 H. Peter Anvinidle.c: remove -*- fundamental -*- tag
2011-04-24 H. Peter Anvinpxe, tftp: unbreak the TFTP state machine syslinux-4.10-pre4
2011-04-24 H. Peter Anvinpxe, tftp: let lwIP manage port numbers syslinux-4.10-pre3
2011-04-24 H. Peter Anvinpxe, ftp: remove a bogus include
2011-04-24 H. Peter Anvinpxe: make lwip use IANA-blessed local port numbers
2011-04-24 H. Peter Anvinpxe: allow an empty input to dns_resolv()
2011-04-24 H. Peter Anvinpxe: continue to bounce URLs with unknown schemes to...
2011-04-24 H. Peter Anvinpxe: make url_set_ip() static
2011-04-24 H. Peter Anvinpxe: move redirect processing to the URL-parsing level
2011-04-24 H. Peter Anvinpxe: add support for FTP
2011-04-24 H. Peter Anvinpxe: tcp: close the connection before freeing the buffers
2011-04-24 H. Peter Anvinpxe: more verbose lwIP asserts
2011-04-24 H. Peter Anvinurlparse: fix url_unescape()
2011-04-24 H. Peter Anvinpxe: tcp: always call the close method
2011-04-24 H. Peter Anvinpxe: make tftp_pktbuf a dynamic buffer
2011-04-24 H. Peter Anvinpxe: move operations common to TCP-based protocols...
2011-04-23 H. Peter Anvinpxe: use the unified URL parsing framework syslinux-4.10-pre2
2011-04-23 H. Peter Anvinpxe: urlparse: add comments
2011-04-23 H. Peter Anvinpxe: Add a much more general URL-parsing framework
2011-04-23 Sebastian Herbsztthread: free curr->rmstack
2011-04-23 H. Peter Anvinpxe: put a semaphore around PXE calls
2011-04-23 H. Peter Anvinthread: free(NULL) is safe, lmalloc() always return...
2011-04-22 H. Peter Anvinlwip: handle UNDI stacks which need to be polled
2011-04-22 H. Peter Anvinthread: thread-switch the real-mode stack, too
2011-04-22 H. Peter AnvinNEWS: document lwIP syslinux-4.10-pre1
2011-04-22 H. Peter Anvinversion: call this branch 4.10
2011-04-22 H. Peter AnvinMerge branch 'master' into lwip-threads
2011-04-22 H. Peter Anvinversion: now working on version 4.05
2011-04-22 H. Peter Anvinpxe: isr: fix formatting
2011-04-22 H. Peter Anvinpxe: fix gcc 4.6 problems
2011-04-18 H. Peter AnvinMerge commit 'syslinux-4.04' into dynamic-sector
2011-04-18 H. Peter Anvinspec: Use BuildRequires, add diag/ subdirectory syslinux-4.04
2011-04-18 H. Peter Anvindiag: Don't remove BTARGET on make clean
2011-04-18 H. Peter AnvinMerge remote-tracking branch 'pcacjr/syslinux-update...
2011-04-18 H. Peter Anvinmenu: allow "menu hiddenkey" to take multiple keys...
2011-04-18 H. Peter AnvinNEWS: Document MENU HIDDENKEY
2011-04-15 Paulo Alcantarasyslinux: check --update option properly
2011-04-15 Paulo Alcantaraextlinux: remove already_installed
2011-04-15 Paulo Alcantaraextlinux: use syslinux_already_installed instead of...
2011-04-15 Paulo Alcantaralibinstaller: implement syslinux_already_installed
2011-04-12 Eric W. Biedermanundiif: Unneeded debugging functions.
2011-04-12 Eric W. Biedermanpxe: Neuter pxe_idle_init
2011-04-12 Eric W. Biedermanpxe: Cleanup interrupt handling making it reliabe and...
2011-04-12 Eric W. Biedermancore: thread: Implement polling for wakeups.
2011-04-12 Eric W. Biedermanundiif: Theoretical support for infiniband.
2011-04-12 Eric W. Biedermanpxe: Remove the lwip_test code
2011-04-12 Eric W. Biedermanlwip: Clean up the initialization sequence
2011-04-12 Eric W. Biedermanlwip: Allow up to 20 byte hardware address to support...
2011-04-12 Eric W. Biedermanlwip: Update the undi driver so it handles (in theory...
2011-04-12 Eric W. Biedermancore: pxe: Cleanup properly when using undi.
2011-04-12 Eric W. Biedermancore: pxe: Improve the situation with installing and...
2011-04-12 Eric W. Biedermanlwip: Explicitly enable udp,tcp,icmp, and receive...
2011-04-12 Eric W. Biedermancore: pxe Add native support for http urls
2011-04-12 Eric W. Biedermancore: pxe: Add general support for pluggable url handlers.
2011-04-12 Eric W. Biedermanlwip: Tune memory management for performance
2011-04-12 Eric W. Biedermanlwip: Rename mem_init lwip_mem_init to remove a namespa...
2011-04-12 Eric W. Biedermancore: Add isspace to ctype.h
2011-04-12 Eric W. Biedermancore: pxe: Factor out pxe_poll from pxe_receive_thread
2011-04-12 Eric W. Biedermancore: pxe: Rewrite the tftp implementation to use lwip
2011-04-12 Eric W. Biedermancore: pxe: Add a netconn socket to the pxe private...
2011-04-12 Eric W. Biedermancore pxe: Use the lwip dns resolver
2011-04-12 Eric W. Biedermanpxe: Send tftp acks after we reach our timeout
2011-04-12 Eric W. Biedermanlwip: Use byteswap.h to define htons and friends
2011-04-12 Eric W. Biedermancore: factor out byteswap.h from netinet/in.h
2011-04-12 Eric W. Biedermancore pxe: Cleanup the call to pxe_isr_init
2011-04-12 H. Peter Anvinlwip: show stats when displaying speedtest results
2011-04-12 Eric W. Biedermanundiif: Fix weird include order madness.
2011-04-12 H. Peter Anvinlwip: fix timestamps, statistics functions
2011-04-12 H. Peter Anvincore: lwipopts: additional fine-tuning
2011-04-12 H. Peter Anvinlwip: better speed test
2011-04-12 Eric W. Biedermanlwip: Disable lwip's malloc routines
2011-04-12 Eric W. Biedermanlwip: In mem.h define mem_realloc as static inline
2011-04-12 H. Peter AnvinMake sure TCP_WND is < 64K-TCP_MSS
2011-04-12 H. Peter Anvincore: lwip: tune parameters for performance
2011-04-12 H. Peter Anvinlwip: better test case
2011-04-12 H. Peter Anvinlwip: now to the point we can make a TCP connection...
2011-04-12 H. Peter Anvinlwip: Allow clearing a dns server
2011-04-12 Eric W. Biedermancore pxe: Ensure all parameters in pxe_get_cached_info...
2011-04-12 H. Peter Anvincore: pxe: additional work on the lwip port
2011-04-12 Eric W. Biedermancore pxe: Switch threads if more than one runnable.
2011-04-12 Eric W. Biedermancore: pxeisr.inc: The name of the globals is pxe_irq_ve...
2011-04-12 Eric W. Biedermancore thread: Make the code a little clearer.
2011-04-12 H. Peter Anvincore: thread: return 0 from sem_down() if we didn't...
2011-04-12 H. Peter Anvincore: pxe: don't switch to the PXE stack if we're on...
2011-04-12 H. Peter Anvinpxe: lwip: busy-wait if transmit is blocked for buffers
2011-04-12 H. Peter Anvinpxe: lwip: update data pointer after getting a secondar...
2011-04-12 Eric W. Biedermanpxe: hook up the interrupt routine and the lwip receive...
2011-04-12 H. Peter Anvinlwip: fix conflict with <netinet/in.h>
2011-04-12 H. Peter Anvinlwip: undiif - initial cut at a UNDI Ethernet-only...
2011-04-12 Eric W. Biedermanpxe: Move the gpxe url reading code into it's own file.
2011-04-12 Eric W. Biedermanpxe: Move the tftp implementation into it's own file
2011-04-12 Eric W. Biedermanpxe: Add methods to abstract out the connection type.
2011-04-11 H. Peter Anvinkeytest: make somewhat more comprehensible
2011-04-11 H. Peter Anvinkeyname: better handling of named control characters
2011-04-11 H. Peter Anvinkeytest: show the human name together with the keycode
next