{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":47857325,"defaultBranch":"master","name":"cgosymbolizer","ownerLogin":"ianlancetaylor","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-12-12T00:12:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3194333?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1449879250.0","currentOid":""},"activityList":{"items":[{"before":"6ca05a908dcffb3093d3456cc527a124321d7241","after":"736c933a666df1bb05e94001d7dd4b7dc705e39e","ref":"refs/heads/master","pushedAt":"2024-05-03T22:28:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: add DLLS as they are loaded\n\nPatch from Björn Schäpers.\n\n\t* pecoff.c (struct dll_notification_data): Define.\n\t(LDR_DLL_NOTIFICATION): New typedef.\n\t(LDR_REGISTER_FUNCTION): New typedef.\n\t(struct dll_notification_context): Define.\n\t(dll_notification): New static function.\n\t(backtrace_initialize): Register DLL notification.","shortMessageHtmlLink":"libbacktrace: add DLLS as they are loaded"}},{"before":"581a3f7c677f50d5ab243e52b2f6f739c730175b","after":"6ca05a908dcffb3093d3456cc527a124321d7241","ref":"refs/heads/master","pushedAt":"2024-05-01T17:44:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: load Windows modules\n\nPatch from Björn Schäpers .\n\n\t* configure.ac: Checked for tlhelp32.h\n\t* pecoff.c: Include if available.\n\t(backtrace_initialize): Use tlhelp32 api for a snapshot to\n\tdetect loaded modules.\n\t(coff_add): New argument for the module handle of the file,\n\tto get the base address.\n\t* configure, config.h.in: Regenerate.","shortMessageHtmlLink":"libbacktrace: load Windows modules"}},{"before":"8835f0a30e2f471341b2a9383c5cfd4cc70b4b6b","after":"581a3f7c677f50d5ab243e52b2f6f739c730175b","ref":"refs/heads/master","pushedAt":"2024-03-26T02:06:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"cgosymbolizer: recognize __riscv when determining ELF size\n\nFixes #20","shortMessageHtmlLink":"cgosymbolizer: recognize __riscv when determining ELF size"}},{"before":"073e20974ae37be7f4c1b9dcca751789664695f2","after":"8835f0a30e2f471341b2a9383c5cfd4cc70b4b6b","ref":"refs/heads/master","pushedAt":"2024-03-08T21:57:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: don't assume compressed section is aligned\n\nPatch originally by GitHub user ubyte at\nhttps://github.com/ianlancetaylor/libbacktrace/pull/120.\n\n\t* elf.c (elf_uncompress_chdr): Don't assume compressed section is\n\taligned.","shortMessageHtmlLink":"libbacktrace: don't assume compressed section is aligned"}},{"before":"73475607b37628dd3d3990ddbbc607cb5292aa86","after":"073e20974ae37be7f4c1b9dcca751789664695f2","ref":"refs/heads/master","pushedAt":"2024-03-02T20:18:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: skip all LZMA block header padding bytes\n\nFixes https://github.com/ianlancetaylor/libbacktrace/issues/118\n\n\t* elf.c (elf_uncompress_lzma_block): Skip all header padding bytes\n\tand verify that they are zero.","shortMessageHtmlLink":"libbacktrace: skip all LZMA block header padding bytes"}},{"before":"9abbff6ab70ee903d9b31e49a7172d308a2c40b1","after":"73475607b37628dd3d3990ddbbc607cb5292aa86","ref":"refs/heads/master","pushedAt":"2024-03-02T15:09:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: use real .opd for debuginfo on ppc64 v1 ABI\n\n\tPR libbacktrace/114201\n\t* elf.c (elf_add): Add caller_opd parameter. Change all callers.\n\tRelease opd data after all recursive calls.","shortMessageHtmlLink":"libbacktrace: use real .opd for debuginfo on ppc64 v1 ABI"}},{"before":"cfcb2fd150eb2c038975da5e265b2caecb532d18","after":"9abbff6ab70ee903d9b31e49a7172d308a2c40b1","ref":"refs/heads/master","pushedAt":"2024-03-01T03:50:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: read symbol table of debuginfo file\n\nThese become another symbol table to search. This is needed if people\nuse --strip-all rather than --strip-debug when adding a debuglink\nsection.\n\nPatch is from GitHub user pickard1.\n\nFixes https://github.com/ianlancetaylor/libbacktrace/issues/113.\n\n\t* elf.c (elf_add): Add the symbol table from a debuginfo file.\n\t* Makefile.am (MAKETESTS): Add buildidfull and gnudebuglinkfull\n\tvariants of buildid and gnudebuglink tests.\n\t(%_gnudebuglinkfull, %_buildidfull): New patterns.\n\t* Makefile.in: Regenerate.","shortMessageHtmlLink":"libbacktrace: read symbol table of debuginfo file"}},{"before":"b1986184798b2bd7dc1864a7413d7847f92a2254","after":"cfcb2fd150eb2c038975da5e265b2caecb532d18","ref":"refs/heads/master","pushedAt":"2023-11-30T19:47:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: support ASLR on Windows\n\nPatch from Björn Schäpers.\n\n\t* pecoff.c: Include if available.\n\t(coff_add): On Windows call GetModuleHandle to get base address.","shortMessageHtmlLink":"libbacktrace: support ASLR on Windows"}},{"before":"8736a9d41aaa21cd1fee019c5729afbb4e7ab9f0","after":"b1986184798b2bd7dc1864a7413d7847f92a2254","ref":"refs/heads/master","pushedAt":"2023-11-29T22:13:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: call GetModuleFileNameA on Windows\n\nPatch from Björn Schäpers.\n\n\t* fileline.c: Include if available.\n\t(windows_get_executable_path): New static function.\n\t(fileline_initialize): Call windows_get_executable_path.\n\t* configure.ac: Checked for windows.h\n\t* configure: Regenerate.\n\t* config.h.in: Regenerate.","shortMessageHtmlLink":"libbacktrace: call GetModuleFileNameA on Windows"}},{"before":"365e7298910713f52f94a164954f8283714314cc","after":"8736a9d41aaa21cd1fee019c5729afbb4e7ab9f0","ref":"refs/heads/master","pushedAt":"2023-08-01T00:07:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: look for _pgmptr on Windows\n\n\tPatch from Andres Freund:\n\t* configure.ac: Check for _pgmptr declaration.\n\t* fileline.c (fileline_initialize): Check for _pgmfptr before\n\t/proc/self/exec.\n\t* configure, config.h.in: Regenerate.","shortMessageHtmlLink":"libbacktrace: look for _pgmptr on Windows"}},{"before":"27d3c9f66b6a0400e17db54a5b2c383b7b2ee8a0","after":"365e7298910713f52f94a164954f8283714314cc","ref":"refs/heads/master","pushedAt":"2023-03-28T20:12:42.058Z","pushType":"push","commitsCount":2,"pusher":{"login":"ianlancetaylor","name":"Ian Lance Taylor","path":"/ianlancetaylor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3194333?s=80&v=4"},"commit":{"message":"libbacktrace: minor fixes for zstd decompression\n\n\t* elf.c (elf_zstd_read_fse): Call elf_fetch_bits after reading\n\tbits, not before. Add unlikely for error case.\n\t(elf_zstd_offset_table): Regenerate.\n\t(elf_zstd_read_huff): Clear 13 entries in weight_mark, not 12.\n\t(elf_zstd_read_literals): For a single stream adjust by\n\ttotal_streams_size, not compressed_size.","shortMessageHtmlLink":"libbacktrace: minor fixes for zstd decompression"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQSgggwA","startCursor":null,"endCursor":null}},"title":"Activity · ianlancetaylor/cgosymbolizer"}