Age | Commit message (Expand) | Author |
2011-12-08 | Add utc <-> seconds conversions bifs | Björn-Egil Dahlberg |
2011-12-08 | Let prim_file validate ctime in file_info | Björn-Egil Dahlberg |
2011-12-08 | unix_efile: Zero is a valid number in utime | Björn-Egil Dahlberg |
2011-12-08 | Let univ_to_local reflect HAVE localtime_r | Björn-Egil Dahlberg |
2011-12-08 | Fix types for gregday in erl_time_sup.c | Björn-Egil Dahlberg |
2011-12-08 | Teach windows sys_localtime_r | Björn-Egil Dahlberg |
2011-12-02 | Fix undefined ctime for invalid file handles | Björn-Egil Dahlberg |
2011-12-02 | Silence warnings in prim_file | Björn-Egil Dahlberg |
2011-12-02 | Fix validate structure in file_info | Björn-Egil Dahlberg |
2011-12-02 | Fix prim_file time conversions | Björn-Egil Dahlberg |
2011-12-02 | efile_drv: Fix casting between Sint64 and time_t | Björn-Egil Dahlberg |
2011-12-02 | Do not use calendar module in preloaded | Björn-Egil Dahlberg |
2011-12-02 | Move datetime into prim_file | 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 | Workaround for the -1 problem of mktime | Björn-Egil Dahlberg |
2011-12-02 | Teach erlang about the times before 1970 | Björn-Egil Dahlberg |
2011-12-02 | Use epoch seconds instead of datetime() | Björn-Egil Dahlberg |
2011-12-02 | Update static cache | Patrik Nyblom |
2011-12-02 | Back to not using 32bit time_t | Patrik Nyblom |
2011-12-02 | Remove ancient WaitForInputIdle workaround | Patrik Nyblom |
2011-12-02 | Iron out bugs in Win64 found in daily builds | Patrik Nyblom |
2011-12-02 | Make Win64 build work both under MSYS and Cygwin | Patrik Nyblom |
2011-12-02 | Make whole of OTP build and release on Win64 | Patrik Nyblom |
2011-12-02 | Get cerl and distribution working in Win64 | Patrik Nyblom |
2011-12-02 | Get working prompt in Win64 using bootstrap code | Patrik Nyblom |
2011-12-02 | Build Win64 Erlang emulator using MSYS | unknown |
2011-12-02 | Add static win64 cache | unknown |
2011-12-02 | Update preloaded modules | Lukas Larsson |
2011-12-02 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson |
2011-12-02 | Mend the non-SMP emulator | Björn Gustavsson |
2011-12-02 | Remove header/trailer support | Lukas Larsson |
2011-12-02 | Remove windows implementation | Lukas Larsson |
2011-12-02 | Only allow tcp sockets as target for sendfile | 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 |