Age | Commit message (Expand) | Author |
2011-12-08 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson |
2011-12-08 | Merge branch 'sverk/misc-valgrind-fixes' | Sverker Eriksson |
2011-12-08 | Do not use async threads on DARWIN | Lukas Larsson |
2011-12-08 | Fix cleanup when sendfile process crashes | Lukas Larsson |
2011-12-08 | Merge branch 'egil/file-info-opt-utc/OTP-7687' | Björn-Egil Dahlberg |
2011-12-08 | Fix compiler warning in unix_efile.c | Björn-Egil Dahlberg |
2011-12-08 | unix_efile: Zero is a valid number in utime | Björn-Egil Dahlberg |
2011-12-08 | Teach windows sys_localtime_r | Björn-Egil Dahlberg |
2011-12-07 | Return {error,closed} from sendfile if closed | Lukas Larsson |
2011-12-07 | erl_driver.h: Enlarge types in driver queue and alloc functions | Raimo Niskanen |
2011-12-07 | erl_driver.h: Use ErlDrvSizeT for size field in ErlIOVec | Raimo Niskanen |
2011-12-07 | erts: Suppress valgrind warning about syscall sendmsg | Sverker Eriksson |
2011-12-07 | Do not use SFV_NOWAIT as it does not exist on all solaris | Lukas Larsson |
2011-12-06 | erts: Small fix in inet_drv.c:sctp_set_opts | Sverker Eriksson |
2011-12-06 | erts: minor fix for unnecessary condition | Jovi Zhang |
2011-12-06 | erts: change SENDFILE_CHUNK_SIZE from signed to unsigned | Jovi Zhang |
2011-12-05 | Clarify some code comments | Lukas Larsson |
2011-12-05 | Make solaris use sendfilev | Lukas Larsson |
2011-12-05 | honor packet_size for http packet parsing to fix OTP-9389 | Steve Vinoski |
2011-12-02 | Fix undefined ctime for invalid file handles | Björn-Egil Dahlberg |
2011-12-02 | efile_drv: Fix casting between Sint64 and time_t | Björn-Egil Dahlberg |
2011-12-02 | Fix EPOCH <-> FILETIME conversion | Björn-Egil Dahlberg |
2011-12-02 | Teach win32 efile driver epochs | Björn-Egil Dahlberg |
2011-12-02 | Use epoch seconds instead of datetime() | Björn-Egil Dahlberg |
2011-12-02 | Iron out bugs in Win64 found in daily builds | Patrik Nyblom |
2011-12-02 | Get cerl and distribution working in Win64 | Patrik Nyblom |
2011-12-02 | Build Win64 Erlang emulator using MSYS | unknown |
2011-12-02 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson |
2011-12-02 | Remove header/trailer support | Lukas Larsson |
2011-12-02 | Remove windows implementation | Lukas Larsson |
2011-12-01 | Preliminary work on header/trailer | Lukas Larsson |
2011-12-01 | Use free_sendfile explicitly for non-async | Lukas Larsson |
2011-12-01 | Remove debug printouts | Lukas Larsson |
2011-12-01 | Set chunk size to 3 GB | Lukas Larsson |
2011-12-01 | Change type of fd to be ErlDrvEvent | Lukas Larsson |
2011-12-01 | Add ifdef's for HAVE_SENDFILE | Lukas Larsson |
2011-12-01 | Fix freebsd support for sendfile | Lukas Larsson |
2011-12-01 | Change nbytes to 64 bit | Lukas Larsson |
2011-12-01 | Implement ignorefd for TCP | Lukas Larsson |
2011-12-01 | Fix offset calculation for darwin | Lukas Larsson |
2011-12-01 | Fix cleanup for sendfile | Lukas Larsson |
2011-12-01 | Fix 32 bit parameters | Lukas Larsson |
2011-12-01 | Make socket blocking if there are async threads | Lukas Larsson |
2011-12-01 | Implement sendfile when there are no async threads | Lukas Larsson |
2011-12-01 | Implement blocking calls for sendfile | Lukas Larsson |
2011-12-01 | Remove output from driver entry | Lukas Larsson |
2011-12-01 | Implement sendfile using blocking io in asynch threads | Lukas Larsson |
2011-11-30 | Merge branch 'tn/inet_drv-fix' | Raimo Niskanen |
2011-11-29 | Implement file:sendfile | Tuncer Ayaz |
2011-11-29 | Cleanup - remove unnecesary bracket level and configure for ifreq.ifr_enaddr | Raimo Niskanen |