CIA.vc
Elinks
Real-time open source activity stats
Stats » Projects » Elinks
informationsyndicateUTC clock
19:18 on Feb 09, 2012
event counters
The last message was received 1.16 years ago at 17:38 on Dec 13, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
15814 messages since the first one, 8.09 years ago, for an average of 4.48 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
17:38 on Dec 13, 2010ELinks
Commit by ravenexp :: rd65ca4a7fe96 elinks/ (Makefile.config.in configure.in):
 Use autoconf to detect LD reliably.

Target LD is different from ld when cross-compiling, change it together with CC.

Signed-off-by: Sergey Kvachonok <ravenexp at gmail dot com>
#
17:38 on Dec 13, 2010ELinks
Commit by ravenexp :: r853547a0c423 elinks/configure.in:
 Replace AC_CHECK_FILE with test -f in configure.in.

AC_CHECK_FILE runs target executable and dies when cross-compiling.
It's unnecessary when checking for files in build environment,
simple runtime check will do.

Signed-off-by: Sergey Kvachonok <ravenexp at gmail dot com>
#
14:17 on Sep 24, 2010ELinks
Commit by witekfl :: r7933724dc817 elinks/src/ (9 files in 4 dirs):
 Removed code using pipes for decompression and simplified decompress_data.
Workarounds for sites, which send incorrect data, probably won't work.
#
13:30 on Sep 19, 2010ELinks
Commit by witekfl :: ra9c02bbf0105 elinks/src/intl/gettext/libintl.c:
Additional check whether LANGUAGE is not NULL.
#
13:30 on Sep 19, 2010ELinks
Commit by witekfl :: rf93d5ccd800d elinks/src/ (4 files in 2 dirs):
 Revert "strcpy -> strlcpy."

This reverts commit 365cbb61be9764e35b820889f2f3206c6c1714f4.
There is no strlcpy in libc.
#
13:17 on Sep 19, 2010ELinks
Commit by witekfl :: rd94d9720a10b elinks/src/util/file.h:
Use snprintf instead of sprintf. One warning less.
#
13:17 on Sep 19, 2010ELinks
Commit by witekfl :: r365cbb61be97 elinks/src/ (4 files in 2 dirs):
 strcpy -> strlcpy.

Some of these changes doesn't make sense, but warnings are avoided.
#
11:58 on Sep 19, 2010ELinks
Commit by witekfl :: rcbf70d530440 elinks/ (2 files in 2 dirs):
 Refactoring: use struct string instead of unsigned char.

It probably doesn't make sense, but there is one warning less on OpenBSD.
#
11:20 on Sep 19, 2010ELinks
Commit by witekfl :: rd112adc8f3bf elinks/src/document/html/parser/link.c:
include libgen.h for basename
#
11:20 on Sep 19, 2010ELinks
Commit by witekfl :: rac275ee172dc elinks/src/viewer/text/search.c:
 Compilation fix.

These both variables were unused.
#
14:15 on Sep 17, 2010ELinks
Commit by witekfl :: r236f600148dc elinks/src/document/document.c:
 More headers.

There was a compilation error on OpenBSD, so I guess more includes are required.
#
02:01 on Sep 16, 2010ELinks
Commit by miciah.masters :: rb53e8450d1f2 elinks/src/viewer/text/search.c:
 fixup_typeahead_match: use check_vs

Use check_vs instead of set_pos_x and set_pos_y in fixup_typeahead_match.
This saves us a line of code, and in addition, check_vs does not needlessly
scroll when the link is already in view.
#
02:01 on Sep 16, 2010ELinks
Commit by miciah.masters :: rece4d3dc2deb elinks/src/viewer/text/search.c:
 fixup_typeahead_match: improve comment

Clarify the comment for fixup_typeahead_match and put it closer to the
relevant code.
#
01:41 on Sep 16, 2010ELinks
Commit by miciah.masters :: rd6bd7987d4d5 elinks/src/ (6 files in 4 dirs):
 Introduce set_kbd_repeat_count

Introduce and use ses_kbd_repeat_count to change
ses->kbdprefix.repeat_count instead of setting it directly.

This change should not cause any change in behaviour.
#
01:41 on Sep 16, 2010ELinks
Commit by miciah.masters :: rb1422adf2091 elinks/ (4 files in 4 dirs):
 Move screen update code into set_kbd_repeat_count

Make set_kbd_repeat_count update the status bar and link highlighting
iff the repeat count is changed to a different value.

Delete code to do the same updates from do_action and try_prefix_key.

Besides simplifying the code, this change also fixes some issues with
the status bar and link highlighting not being properly updated in some
situations.
#
20:03 on Sep 15, 2010ELinks
Commit by kon :: re17e5fe43521 elinks/contrib/mkdist:
mkdist: Don't copy manual.html-chunked.tar.gz
#
21:26 on Sep 14, 2010ELinks
Commit by miciah.masters :: rffcfe4a86b94 elinks/ (AUTHORS NEWS):
Document previous two patches in AUTHORS and NEWS
#
21:21 on Sep 14, 2010ELinks
Commit by fabiduc :: r6211b8e725f9 elinks/src/ (4 files in 3 dirs):
 Add half-page-down and half-page-up commands

Signed-off-by: Fabienne Ducroquet <fabiduc at gmail dot com>
#
21:21 on Sep 14, 2010ELinks
Commit by fabiduc :: r83945b677ce7 elinks/src/ (config/options.inc viewer/text/view.c):
 Add document.browse.scrolling.vertical_overlap

Add an option to specify the number of overlapping lines when scrolling
page by page (0 by default because this is ELinks' current behaviour).

Signed-off-by: Fabienne Ducroquet <fabiduc at gmail dot com>
#
20:54 on Sep 08, 2010ELinks
Commit by witekfl :: r7f164f8633a4 elinks/src/protocol/ftp/ftp.c:
 strtoll instead of strtol to show the filesize of big files in FTP
downloads.
#