Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | Link with LIBS after ETHR_LIBS | Lukas Larsson | |
2011-12-08 | Save +M<S>t data as true or false, not the number | Lukas Larsson | |
OTP-7775 | |||
2011-12-08 | Return true/false instead of num for +M<S>t info | Lukas Larsson | |
OTP-7775 | |||
2011-12-08 | Return correct format for info about sys_alloc | Lukas Larsson | |
OTP-7775 | |||
2011-12-08 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson | |
* ta/sendfile/OTP-9240: Do not use async threads on DARWIN Fix cleanup when sendfile process crashes Return {error,closed} from sendfile if closed Do not use SFV_NOWAIT as it does not exist on all solaris Clarify some code comments Make solaris use sendfilev | |||
2011-12-08 | Merge branch 'rickard/generic-thr-queue/OTP-9632' | Rickard Green | |
* rickard/generic-thr-queue/OTP-9632: Give elements of lock-free queues some time to be deallocated Fix cleanup of elements in lock-free queues | |||
2011-12-08 | Merge branch 'sverk/misc-valgrind-fixes' | Sverker Eriksson | |
* sverk/misc-valgrind-fixes: erts: Suppress valgrind warning about syscall sendmsg erts: Fix memory leak in test drivers erts: Small fix in inet_drv.c:sctp_set_opts | |||
2011-12-08 | Do not use async threads on DARWIN | Lukas Larsson | |
2011-12-08 | Fix cleanup when sendfile process crashes | Lukas Larsson | |
When sendfile crashes during a send there should be no error_logger printouts about stolen fds. | |||
2011-12-08 | Merge branch 'egil/file-info-opt-utc/OTP-7687' | Björn-Egil Dahlberg | |
* egil/file-info-opt-utc/OTP-7687: (39 commits) Remove time_t specific test in prim_file_SUITE Update prim_file.beam and prim_zip.beam Add types for posixtime_to_universaltime and the reverse Set BASEYEAR to 1902 Set lower limit of years handled to 1601 Emulate localtime, gmtime and mktime to enable negative time_t Document file:*_file_info/2 Fix compiler warning in unix_efile.c Change name of bif universaltime_to_seconds/1 Change options to prim_file:*_file_info/* Remove dead code Catch errors from prim_file:*_file_info Testcase for utc <-> seconds conversion Fix negative time in seconds_to_universaltime/1 Remove OS taint from datetime conversion Add utc <-> seconds conversions bifs Let prim_file validate ctime in file_info Teach #file_info spec unix epochs for file times Add file_info_opt tests in prim_file_SUITE unix_efile: Zero is a valid number in utime ... Conflicts: erts/emulator/beam/erl_time_sup.c erts/emulator/sys/win32/erl_win_sys.h erts/emulator/sys/win32/sys_time.c | |||
2011-12-08 | Remove time_t specific test in prim_file_SUITE | Björn-Egil Dahlberg | |
Remove time_t = Sint64 | Uint32 testcase only. The year 2040 does not exist on Sint32. | |||
2011-12-08 | Create ct interface to the test_server:capture_* functions | Peter Andersson | |
2011-12-08 | Deprecate the inviso application | Björn Gustavsson | |
2011-12-08 | Optimize join_maps() in dialyzer_dataflow | Hans Bolinder | |
By keeping tracks of modified types the joining of maps ha become significantly faster. | |||
2011-12-08 | Update prim_file.beam and prim_zip.beam | Björn-Egil Dahlberg | |
2011-12-08 | Add types for posixtime_to_universaltime and the reverse | Patrik Nyblom | |
2011-12-08 | Set BASEYEAR to 1902 | Patrik Nyblom | |
2011-12-08 | Set lower limit of years handled to 1601 | Patrik Nyblom | |
2011-12-08 | Emulate localtime, gmtime and mktime to enable negative time_t | Patrik Nyblom | |
2011-12-08 | Document file:*_file_info/2 | Björn-Egil Dahlberg | |
* file:read_file_info/2 * file:write_file_info/3 Document options and time behavior. | |||
2011-12-08 | Fix compiler warning in unix_efile.c | Björn-Egil Dahlberg | |
2011-12-08 | Change name of bif universaltime_to_seconds/1 | Björn-Egil Dahlberg | |
* erlang:universaltime_to_seconds/1 changed to erlang:universaltime_to_posixtime/1 * erlang:seconds_to_universaltime/1 changed to erlang:posixtime_to_universaltime/1 Let prim_file.erl reflect these changes. | |||
2011-12-08 | Change options to prim_file:*_file_info/* | Björn-Egil Dahlberg | |
* 'utc' changed to 'universal' * 'epoch' changed to 'posix' This change conforms to other naming already in OTP, e.g. erlang:universaltime_to_localtime/1. | |||
2011-12-08 | Remove dead code | Björn-Egil Dahlberg | |
2011-12-08 | Catch errors from prim_file:*_file_info | Björn-Egil Dahlberg | |
We do not want to crash the file server. | |||
2011-12-08 | Testcase for utc <-> seconds conversion | Björn-Egil Dahlberg | |
2011-12-08 | Fix negative time in seconds_to_universaltime/1 | Björn-Egil Dahlberg | |
2011-12-08 | Remove OS taint from datetime conversion | Björn-Egil Dahlberg | |
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-08 | Optimize erl_types:t_unify() | Hans Bolinder | |
Using a list rather than a dict() for unified variables saves quite some time. In particular Dialyzer is a heavy user of t_unify(). | |||
2011-12-08 | Add explanatory text for tc failure | Lukas Larsson | |
2011-12-08 | Declare hipe_mode_switch_debug extern in header | Patrik Nyblom | |
Fixes alignment warning from ld on 64bit platforms with gcc 4.6.1 | |||
2011-12-08 | Change supervisor_SUITE to pure common test style | Siri Hansen | |
Also, some minor debug help is added to a test case which fails every now and then. | |||
2011-12-08 | Use new directive "-callback" and prepare version and appup for release | Ingela Anderton Andin | |
2011-12-08 | Tell dialyzer not to warn about unused functions | Anders Svensson | |
Depending on the dictionary, generated dictionary modules may contain unused functions included from diameter_gen.hrl. There may still be warnings however since even used functions can contain code that isn't reached for a given dictionary. It would be useful for diameter to generate spec attributes for a dictionary's generated records but the format of these is currently undocumented. | |||
2011-12-08 | Add compiler testcases for generation and compilation to beam | Anders Svensson | |
2011-12-08 | Fix semantic checks on AVP qualifiers | Anders Svensson | |
Didn't quite interpret '*' as RFC 3588 dictates. In particular, the interpretation depends on what's being qualified, a required, optional or fixed AVP. | |||
2011-12-08 | Minor codegen/debug fix | Anders Svensson | |
Writing a dictionary to file failed. | |||
2011-12-07 | Give elements of lock-free queues some time to be deallocated | Rickard Green | |
2011-12-07 | Fix cleanup of elements in lock-free queues | Rickard Green | |
2011-12-07 | Return {error,closed} from sendfile if closed | Lukas Larsson | |
If the socket is closed by the remote end, sendfile now returns {error,closed}. | |||
2011-12-07 | Deal with crypto:start() failure in TLS suite | Anders Svensson | |
2011-12-07 | erl_driver.h: Enlarge types in driver output functions | Raimo Niskanen | |