Age | Commit message (Expand) | Author | Files | Lines |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-12-20 | Re: PR31145, potential memory leak in binutils/ld | Alan Modra | 1 | -2/+0 |
2023-12-15 | PR31145, potential memory leak in binutils/ld | Alan Modra | 1 | -1/+2 |
2023-11-07 | Add minimal thread-safety to BFD | Tom Tromey | 1 | -0/+7 |
2023-11-07 | Make _bfd_error_buf static | Tom Tromey | 1 | -2/+1 |
2023-08-21 | bfd_close_all_done bug and bfd_last_cache | Alan Modra | 1 | -6/+4 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -1/+1 |
2023-06-14 | asprintf memory leaks | Alan Modra | 1 | -0/+2 |
2023-06-02 | Re: bfd_close and target free_cached_memory | Alan Modra | 1 | -1/+1 |
2023-06-01 | bfd_close and target free_cached_memory | Alan Modra | 1 | -0/+5 |
2023-05-03 | Generated docs and include files | Alan Modra | 1 | -4/+32 |
2023-05-03 | Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.c | Alan Modra | 1 | -73/+0 |
2023-05-03 | Move bfd_elf_bfd_from_remote_memory to opncls.c | Alan Modra | 1 | -0/+45 |
2023-05-03 | Change signature of bfd crc functions | Alan Modra | 1 | -17/+17 |
2023-03-30 | Fix memory leak in bfd_get_debug_link_info_1 | Alan Modra | 1 | -13/+7 |
2023-02-23 | Test SEC_HAS_CONTENTS before reading section contents | Alan Modra | 1 | -3/+4 |
2023-02-22 | debug_link duplicate file size checks | Alan Modra | 1 | -6/+2 |
2023-02-21 | Update the description of the bfd_fill_in_gnu_debuglink_section function | Nick Clifton | 1 | -8/+3 |
2023-02-20 | Hoist the SECTION comment in opncls.c | Tom Tromey | 1 | -8/+8 |
2023-02-20 | Don't use chew comments for static functions | Tom Tromey | 1 | -119/+51 |
2023-02-20 | In-memory nested archives | Alan Modra | 1 | -0/+6 |
2023-02-15 | Remove RETURNS from BFD chew comments | Tom Tromey | 1 | -33/+20 |
2023-02-09 | Clear cached file size when bfd changed to BFD_IN_MEMORY | Alan Modra | 1 | -0/+1 |
2023-01-27 | Perform cleanup in bfd_close after errors | Alan Modra | 1 | -13/+10 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-08-03 | Fix a conflict between the linker's need to rename some PE format input libra... | Alan Modra | 1 | -3/+21 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-07-08 | ld: Limit cache size and add --max-cache-size=SIZE | H.J. Lu | 1 | -0/+2 |
2021-07-05 | ld: Cache and reuse the IR archive file descriptor | H.J. Lu | 1 | -0/+2 |
2021-04-01 | Use startswith more for strncmp function calls. | Martin Liska | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -59/+59 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-18 | Remove some static buffers | Alan Modra | 1 | -2/+2 |
2020-12-07 | binutils: Use file descriptors from make_tempname | Siddhesh Poyarekar | 1 | -0/+33 |
2020-05-21 | Re: PR25993, read of freed memory | Alan Modra | 1 | -0/+26 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -6/+3 |
2020-05-20 | PR25993, read of freed memory | Alan Modra | 1 | -19/+19 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -10/+10 |
2020-02-19 | _bfd_mul_overflow | Alan Modra | 1 | -59/+0 |
2020-02-19 | bfd_get_size cache | Alan Modra | 1 | -2/+6 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -7/+7 |
2019-09-11 | Introduce bfd_set_filename | Tom Tromey | 1 | -0/+20 |
2019-09-05 | PR24955, libbfd terminating program on out of memory | Alan Modra | 1 | -6/+35 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-06-20 | Fix potential illegal memroy access when using a build-id note with a negativ... | Nick Clifton | 1 | -1/+2 |
2018-02-06 | Prevent attempts to call strncpy with a zero-length field by chacking the siz... | Nick Clifton | 1 | -5/+17 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -30/+30 |
2017-09-24 | PR22197, buffer overflow in bfd_get_debug_link_info_1 | Alan Modra | 1 | -1/+1 |