Age | Commit message (Collapse) | 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 | Teach #file_info spec unix epochs for file times | Björn-Egil Dahlberg | |
2011-12-08 | Add file_info_opt tests in prim_file_SUITE | Björn-Egil Dahlberg | |
2011-12-08 | unix_efile: Zero is a valid number in utime | Björn-Egil Dahlberg | |
Both mtime and atime were incorrectly checked for zero | |||
2011-12-08 | Let univ_to_local reflect HAVE localtime_r | Björn-Egil Dahlberg | |
Handle error cases when localtime or localtime_r returns null. | |||
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 | |
* ctime were never defined for invalid file handles * fix epoch <-> fileinfo conversions | |||
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 | Add spec for file:read_link_info/2 | 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 | |
Bad practice | |||
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 | |
Conflicts: erts/emulator/drivers/win32/win_efile.c | |||
2011-12-02 | stdlib: Fix return file_info on epoch | 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 | Fix undefined datetimes | Björn-Egil Dahlberg | |
2011-12-02 | Teach file.erl datetime conversions | Björn-Egil Dahlberg | |
2011-12-02 | Use epoch seconds instead of datetime() | Björn-Egil Dahlberg | |
First stage in utc-time for prim_file. | |||
2011-12-02 | Merge branch 'pan/win64-port' | Patrik Nyblom | |
* pan/win64-port: Update static cache Back to not using 32bit time_t Remove ancient WaitForInputIdle workaround Iron out bugs in Win64 found in daily builds Make Win64 build work both under MSYS and Cygwin Fix aclocal.m4 to override changes in opu Make whole of OTP build and release on Win64 Get cerl and distribution working in Win64 Get working prompt in Win64 using bootstrap code Build Win64 Erlang emulator using MSYS Add static win64 cache OTP-9130 OTP-9766 | |||
2011-12-02 | Update static cache | Patrik Nyblom | |
IPV6 was disabled in cache when it should actually be supported Cache updated to disable all sctp for configure speed | |||
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 | |
Almost all uses of the 'long' datatype is removed from VM and tests Emulator test now runs w/o drivers crashing Nasty abs bug fixed in VM as well as type errors in allocator debug functions Still one allocator test that fails, domain knowledge is needed to fix that. Fix type inconsistency in beam_load causing crashes | |||
2011-12-02 | Make Win64 build work both under MSYS and Cygwin | Patrik Nyblom | |
2011-12-02 | Fix aclocal.m4 to override changes in opu | Patrik Nyblom | |
2011-12-02 | Make whole of OTP build and release on Win64 | Patrik Nyblom | |
Removed symbolic links from repository. | |||
2011-12-02 | Get cerl and distribution working in Win64 | Patrik Nyblom | |
Can still not setup -a, but cerl works. | |||
2011-12-02 | Get working prompt in Win64 using bootstrap code | Patrik Nyblom | |
2011-12-02 | Build Win64 Erlang emulator using MSYS | unknown | |
Still does not run, just compiles. | |||
2011-12-02 | Add static win64 cache | unknown | |
2011-12-02 | Update preloaded modules | Lukas Larsson | |
2011-12-02 | Update primary bootstrap | Lukas Larsson | |
2011-12-02 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson | |
* ta/sendfile/OTP-9240: (31 commits) Add sendfile server printouts Skip recv/send during tests for fallback platforms Remove header/trailer support Remove windows implementation Expand sendfile documentation Only allow tcp sockets as target for sendfile Move sendfile api to file module Preliminary work on header/trailer Use free_sendfile explicitly for non-async Remove debug printouts Add tests for send/recv/sendfile interactions Remove tests for file_server sendfile sendfile caller now has to be the controlling_process Remove support for file_server, sendfile has to be raw Set chunk size to 3 GB Change type of fd to be ErlDrvEvent Add ifdef's for HAVE_SENDFILE Fix freebsd support for sendfile Change nbytes to 64 bit Implement ignorefd for TCP ... | |||
2011-12-02 | Add sendfile server printouts | Lukas Larsson | |
2011-12-02 | Mend the non-SMP emulator | Björn Gustavsson | |
Commit 8781932b3b8769b6f208ac7c00471122ec7dd055 broke erlang:system_info(system_version) in the non-SMP emulator so that it would typically dump core. "rq:%d" was removed from the format string for erts_printf(), but the corresponding argument in the argument list was not removed, which ultimately caused "kernel-poll:%s" to be passed an integer (typically 0). | |||
2011-12-02 | Merge branch 'peppe/common_test/ct_fail' | Peter Andersson | |
* peppe/common_test/ct_fail: Add ct:comment/2 function Add ct:fail/2 function OTP-9709 | |||
2011-12-02 | Add ct:comment/2 function | Peter Andersson | |
2011-12-02 | Merge branch 'ia/ssl/test-case-maint' | Ingela Anderton Andin | |
* ia/ssl/test-case-maint: Missed two places in previous fix | |||
2011-12-02 | Missed two places in previous fix | Ingela Anderton Andin | |
2011-12-02 | Merge remote branch 'origin/peppe/common_test/css_fixes' | Peter Andersson | |
* origin/peppe/common_test/css_fixes: Bugfixes and improvements of the the CSS stylesheet implementation OTP-9706 | |||
2011-12-02 | Skip recv/send during tests for fallback platforms | Lukas Larsson | |
2011-12-02 | Remove header/trailer support | Lukas Larsson | |
Since the API for headers/trailers seem to be very awkward to work with when using non-blocking io the feature is dropped for now. See unix_efile.c for more details. | |||
2011-12-02 | Remove windows implementation | Lukas Larsson | |
2011-12-02 | Expand sendfile documentation | Lukas Larsson | |