about summary refs log tree commit diff stats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* radixtree: optimize searchingbptato2023-06-231-7/+39
* eprint: simplifybptato2023-06-231-33/+23
* Get rid of the .jserr pragmabptato2023-06-191-4/+1
* Rework JS exception systembptato2023-06-192-27/+45
* Use utils/opt in toml parserbptato2023-06-182-14/+66
* approximateANSIColor: fix possible underflowbptato2023-06-101-0/+4
* Fix some type confusion with colors, fix crash in pagerbptato2023-06-091-4/+37
* Add indexed color, other png improvementsbptato2023-06-091-0/+39
* Add support for width, height media querybptato2023-06-071-0/+3
* Add support for canvas and multipartbptato2023-06-051-44/+50
* Refactor config, add charset optsbptato2023-05-162-0/+40
* Add elogbptato2023-05-011-0/+16
* what 003ca26b was supposed to dobptato2023-04-301-0/+1
* eprint: make it a functionbptato2023-02-051-1/+1
* Update character width rangesbptato2023-02-051-168/+102
* Make width table at compile-timebptato2023-01-271-63/+100
* utils/twtstr: simplify mnormalizebptato2023-01-061-4/+1
* twtstr: fix oversightbptato2023-01-051-6/+1
* data/idna, utils/twtstr: clean up, fix bugsbptato2023-01-051-50/+62
* convert_size: truncate resultbptato2023-01-011-13/+18
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-011-18/+24
* Proper support for tabsbptato2022-12-271-4/+16
* Correct attribute functions, de-extern jserrbptato2022-12-261-3/+9
* dom: correct constructors, more create functionsbptato2022-12-261-0/+9
* DOM: implement many new methodsbptato2022-12-261-0/+56
* Add unicode normalization, etcbptato2022-12-191-16/+75
* More DOM workbptato2022-12-191-0/+4
* More work on DOM (incl. bugfixes)bptato2022-12-191-13/+1
* Add JS support to documentsbptato2022-12-181-0/+28
* makeCRLF: move to twtstr, write last charbptato2022-12-151-0/+23
* Fix path mime type detectionbptato2022-12-131-2/+2
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-2/+2
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-1/+1
* Fix a punycode decoding bugbptato2022-12-051-1/+1
* Remove unused twtstr functionsbptato2022-12-051-28/+1
* Fix some regressions, add loading progress barbptato2022-11-271-0/+13
* Also, implement proper asyncbptato2022-11-271-4/+5
* Fix lineedit bugsbptato2022-11-261-13/+0
* Terminal refactoringsbptato2022-11-201-19/+0
* Rewrite buffer/pager for multi-processingbptato2022-11-191-0/+20
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-1/+0
* More JS bindingsbptato2022-09-131-43/+38
* Add a network stream wrapper, improve eprintbptato2022-09-051-1/+1
* Remove httpclient dependencybptato2022-08-041-0/+8
* Update CSS tokenizerbptato2022-07-291-1/+1
* Add missing pop pragmabptato2022-07-291-0/+1
* Improved incremental search: support unicodebptato2022-07-231-0/+9
* Implement select element displaybptato2022-07-171-0/+12
* Throw out unused functionsbptato2022-07-131-101/+0
* Don't zero-fill makewidthtablebptato2022-07-131-1/+1
16' href='#n516'>516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840
vem662@gmail.com>  2024-03-16 23:08:57 +0100
committer  bptato <nincsnevem662@gmail.com>  2024-03-16 23:08:57 +0100

io: add BuferedWriter' href='/ahoang/chawan/commit/src/server/forkserver.nim?id=7fd73dff220f7dd5075884059f1c4edc88036813'>7fd73dff ^


7fd73dff ^


fb21b1e4 ^
b789b0b0 ^
fb21b1e4 ^

8e6783a4 ^
d0c4570f ^






66b9574b ^
896489a6 ^


444793a6 ^

896489a6 ^


d0c4570f ^
b789b0b0 ^
896489a6 ^


58dee598 ^
c383c8a5 ^
58dee598 ^




4e0fd8c7 ^

2c4f1b5a ^
58dee598 ^
896489a6 ^




73c9788a ^

896489a6 ^

a02c408f ^
896489a6 ^
03d591d9 ^
b789b0b0 ^

b789b0b0 ^


03d591d9 ^

03d591d9 ^


c2004e4a ^


444793a6 ^

896489a6 ^
d0c4570f ^

896489a6 ^
d0c4570f ^

b789b0b0 ^
896489a6 ^
b789b0b0 ^
b530ccc8 ^

896489a6 ^
c2004e4a ^
b530ccc8 ^



5cf52495 ^
b530ccc8 ^
38db6ab5 ^
b789b0b0 ^
b530ccc8 ^
c2004e4a ^

fb21b1e4 ^
b8345d19 ^
38db6ab5 ^











8e6783a4 ^

b530ccc8 ^


8e6783a4 ^
58dee598 ^
b8345d19 ^
38db6ab5 ^
58dee598 ^



4e0fd8c7 ^

2c4f1b5a ^
58dee598 ^
c2004e4a ^

fb21b1e4 ^
73c9788a ^
fb21b1e4 ^
b789b0b0 ^
8e6783a4 ^

896489a6 ^
c383c8a5 ^
9318ad33 ^

b530ccc8 ^

9318ad33 ^
d385d07b ^
896489a6 ^

03d591d9 ^











fb21b1e4 ^
03d591d9 ^





fb21b1e4 ^
03d591d9 ^






ed84d722 ^
b530ccc8 ^

4b482418 ^
896489a6 ^

fb21b1e4 ^

896489a6 ^
b789b0b0 ^

896489a6 ^


181ea25b ^


896489a6 ^



181ea25b ^

444793a6 ^

896489a6 ^




d0c4570f ^
896489a6 ^
896489a6 ^
181ea25b ^



896489a6 ^

181ea25b ^
896489a6 ^

181ea25b ^
896489a6 ^
58dee598 ^
896489a6 ^


181ea25b ^
547a4926 ^

d526deb9 ^
7fd73dff ^
03d591d9 ^
547a4926 ^
d526deb9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299